particles same size in screen space - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: particles same size in screen space (/thread-2680.html) |
particles same size in screen space - dr_ron69 - 09-30-2021 Hi I'm looking for a way to have all particles appear to be the same size, no matter how far away to the camera they are. I thought I could use scale by proximity to camera, but its not exactly what I want, unless I'm using it wrong thanks Harv (09-30-2021, 08:51 PM)dr_ron69 Wrote: Hi Actually, if set to continuous it kinda does what I want it to Not sure if its an exact thing, but its close enough for now. Is there an exact way to do it? RE: particles same size in screen space - tyFlow - 10-01-2021 Continuous mode + proximity mult should do the trick. Just set distance to 0 and falloff to your camera z-depth extents (max distance between your particles and camera), and also enable the "invert" checkbox. RE: particles same size in screen space - dr_ron69 - 10-01-2021 (10-01-2021, 06:42 AM)tyFlow Wrote: Continuous mode + proximity mult should do the trick. Just set distance to 0 and falloff to your camera z-depth extents (max distance between your particles and camera), and also enable the "invert" checkbox. That's exactly what i did lol Cheers Tyson RE: particles same size in screen space - d4rk3lf - 10-01-2021 How about just using standard camera and turn on the orthographic projection? |