Close Particle Display #43
-
Hi, is there any way to set the value at which the particles are still rendered? I would like to take a photo from inside the nebula, but it almost completely disappears at this close. I hope it’s written clearly, if so it’s Google translator |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, question is clear. I see two possible ways to do this. |
Beta Was this translation helpful? Give feedback.
Hi, question is clear. I see two possible ways to do this.
First, the reason particles disappear is because there are too many of them, but this is good. What you want to achieve actually, is to shape them into dense areas so they form big particles. In the Nebula tutorial it is the
Gaussian blur
transform that creates this effect. You can try to put more gaussian blurs and connect it to other transforms and I think that will create more stars.Second, if the previous method doesn't work you can try to lower the amount of particles (but this will result in a noisy image). To do this you can go to
Settings
/Performance
and set theWorkgroups
to very small. Also, setting theSyntropy
value v…