AggrorJorn Posted September 11, 2010 Posted September 11, 2010 Is there a way to alter the viewing distance for particles? I have this large fire which can be seen from like a half a kilometer (1000 meter) away from the player. However the emitter dissapears after around 50 meters. I tried setting the emitter view distance to far and infinite but that doesn't work for particle emitters apparently. Quote
Canardia Posted September 11, 2010 Posted September 11, 2010 I think the particles are childs of the emitter, which are recreated continuously, so you need to set the EntityViewRange recursively in each frame for the emitter. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■
AggrorJorn Posted September 12, 2010 Author Posted September 12, 2010 Thanks for the reply Lumooja. When you say 'each frame', do you mean that you just have to set it for every emitter or by repeating the entityViewRange in the main loop? emitter = CreateEmitter EntityViewRange(emitter, 500, 1) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.