|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
What are I-Stack overflows? My last rendering reported 8.6 million?
Grim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
GrimDude wrote:
>
> What are I-Stack overflows? My last rendering reported 8.6 million?
Look at max_intersections (global_settings), in the official doc.
BTW, what have you rendered, to have I-Stack overflows ????
Bouf.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Christophe Bouffartigue" <Chr### [at] nanterremarellifr>
wrote in message news:39DD76A4.3173D83F@nanterre.marelli.fr...
> BTW, what have you rendered, to have I-Stack overflows ????
>
> Bouf.
I am working on a tornado. It is still very much in progress.
Thank you for the response.
Grim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I got to thinking about this and knew you wanted another approach on tht
answer.
I defined a ton of objects, randomly select through those objects, create
random offsets upon the surface of an animated vortices, and then rotate the
entire structure within a motion blur statement (adjusting for offsets,
etc.). It's messy, sure. Too, I used a very high sampling rate on the motion
blur (170,1/32) and a rotational rate of 180,000 degrees per second. That is
what I suspect caused 8.6 million overflows. :)
Grim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
GrimDude wrote:
>
> I got to thinking about this and knew you wanted another approach on tht
> answer.
You got it !! ;)
> I defined a ton of objects, randomly select through those objects, create
> random offsets upon the surface of an animated vortices, and then rotate the
> entire structure within a motion blur statement (adjusting for offsets,
> etc.). It's messy, sure. Too, I used a very high sampling rate on the motion
> blur (170,1/32) and a rotational rate of 180,000 degrees per second. That is
> what I suspect caused 8.6 million overflows. :)
Was it the 170 samples of the motion blur that generated the I-stack
overflows ?
How much do you set max_intersections now ??
Bouf.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |