framefield / tooll

Tooll is a new multi-purpose application for creating interactive 3d content and animations. It combines the best aspects of animation, compositing, and coding into a lightweight and intuitive UI. Your designs can be shared as executable or rendered to movies.
http://www.tooll.io
MIT License
638 stars 53 forks source link

Question: FasterParticle z-test #4

Closed Skinnytorus closed 8 years ago

Skinnytorus commented 8 years ago

Am I correct saying that z-test is on by default for Faster particles (my screenshot attached)? This video seems to show that earlier the z-test was off by default: https://youtu.be/b1P4erXHATA?t=316 Or is it just me and my system? ;)) particles-z

pixtur commented 8 years ago

Hi @Skinnytorus,

Z-Testing is always on by default. You can override this with the [Disable Z-Test] or [DepthStencilState] operators. Sadly, [FasterParticles] doesn't support its own sorting yet. For semi-transparent textures you will need to [Disable Z-Test] but also will have to live with artifacts. Eventually, [FasterParticles] need to support some form of sorting of particles by distance within the compute-shader. E.g. with a bucket-search. Also check [FasterParticleExamples]