Page 1 of 1

Scattered geo on XP not rendering in picture viewer

Posted: Thu Dec 15, 2016 10:49 pm
by Alacrious
For speed, I am scattering spheres on the sprites set to point cloud from a very simple XP rig. Can see it, and set it up in the live viewer just great. Rendering in picture viewer/render queue, no scattered spheres show up.

Put an object tag with 'force update in picture viewer' from just the system to literally everything testing it each step (scatter object, emitter, cache, sprite generator, the XP system, even the sphere I used for the scatter, literally everything), no change, set it to resend entire scene each frame (labeled deprecated), no spheres from scatter, nothing. This includes a tag on xpEmitter with particle rendering on. Which results in a single, solitary sphere in the center of the frame.

Rendering frame by frame in live viewer, resending entire scene each time, its fine. Ideas?

XP2.5 in R13 I did not have this issue for some reason, recently updated to 3.5. R18 with 3.04.5-R2 and most recent XP3.5 build. Super simple file is attached where I see the issue.

Re: Scattered geo on XP not rendering in picture viewer

Posted: Thu Dec 15, 2016 11:45 pm
by aoktar
Interesting setup! What do you want to get there? Rendering XP particles as spheres?

Re: Scattered geo on XP not rendering in picture viewer

Posted: Fri Dec 16, 2016 4:03 am
by Alacrious
The real scene has in excess of 4M scattered spheres (does not necessarily have to be spheres), which is the need to instance the geo as fast as possible, and possibly have effectors as final control to have it fall off very quickly in areas to be determined, or fall into a mograph effector with voronoi noise driving scale, etc etc independent of the XP sim. This could include pose morphed or displacer effected geometry I am attempting to scatter onto the point cloud.

Collect/send time is relatively high when I set the generator to render geo, and I lose an extra layer of control when I am trying to drive some fancy shader effector stuffs (including pre-rendered cymatic waves I am trying to offset from the original sim locations), I am trying to negate that. For the time being I am rendering standard, but would love to get my GPUs working again. Ideas?

Re: Scattered geo on XP not rendering in picture viewer

Posted: Fri Dec 16, 2016 4:56 am
by aoktar
Fastest method is putting an object tag to xpEmitter and switch to particle mode. And put any objects to list under this section. No need to forcing scatter object. It's surprising that would work with this way.

Re: Scattered geo on XP not rendering in picture viewer

Posted: Fri Dec 16, 2016 3:14 pm
by Alacrious
I was doing a lot of scattering work and tried to use a lot of the effectors and shaders I had built for other things on the XP sim as well to unify these motion tests. Assume the internal check for updated geo doesnt take into account scatter in a way that would let it update via my setup. Above method renders just fine for now. You can see though how this would be very powerful to have an extra layer of effector control on top of a cached sim!

Gonna have to see how I can pipe this stuff in some other way ;)