[2.1] ParticleSystem disappears when far from camera

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
xissburg
Halfling
Posts: 83
Joined: Sun Feb 21, 2010 4:58 pm
x 28

[2.1] ParticleSystem disappears when far from camera

Post 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
hedphelym
Gremlin
Posts: 180
Joined: Tue Nov 25, 2008 10:58 am
Location: Kristiansand, Norway
x 23
Contact:

Re: [2.1] ParticleSystem disappears when far from camera

Post by hedphelym »

Does setting this help?

Code: Select all

particleSystem->setRenderingDistance( ... );
xissburg
Halfling
Posts: 83
Joined: Sun Feb 21, 2010 4:58 pm
x 28

Re: [2.1] ParticleSystem disappears when far from camera

Post by xissburg »

Using `mCamera->setUseRenderingDistance(false);` or setting a high rendering distance on the ParticleSystem makes no difference.
Post Reply