Page 1 of 1

[2.1] ParticleSystem disappears when far from camera

Posted: Thu Oct 18, 2018 12:43 am
by xissburg
I have a ParticleSystem attached to a TagPoint which is a child of a Bone of a Skeleton. All particles are visible when the camera is near the object/skeleton but when it moves a bit away from it all particles get culled (with the object/skeleton still visible). It looks like a bug with this particular setup. Any ideas?

Thanks

Re: [2.1] ParticleSystem disappears when far from camera

Posted: Thu Oct 18, 2018 8:21 am
by hedphelym
Does setting this help?

Code: Select all

particleSystem->setRenderingDistance( ... );

Re: [2.1] ParticleSystem disappears when far from camera

Posted: Thu Oct 18, 2018 6:05 pm
by xissburg
Using `mCamera->setUseRenderingDistance(false);` or setting a high rendering distance on the ParticleSystem makes no difference.