Camera Cull operator with Delete operation deletes all particles
#4
When your Cull operator is in 'delete' mode, it's being evaluated in regular operator order. In this case, it's deleting all particles because it's being evaluated before any particles are placed where you want them using the Position Icon operator...instead they're sitting at [0,0,0] when the Cull operator executes, which is out of the frustum.

Move the Cull operator to the end of the event and it'll function as intended.
  Reply


Messages In This Thread
RE: Camera Cull operator with Delete operation deletes all particles - by tyFlow - 12-15-2023, 02:55 AM

Forum Jump: