jit.pshiva , jit.p.vishnu and jit.gl.mesh point at the center of context window
I am using the jit.p. system to create particles;
When drawing the particles with <jit.gl.mesh>, there is an annoying point at the center of the context window.
It is there when using gl3 and gl2 render engines. When using GL3 engine , it is still a square, even if the point_mode is circle, or circle_depth . How can I get rid of this, please?
Thank you.
Sabina C.
easiest way is probably to use the particle life plane to control the color, e.g. using a simple jit.gen.
you also probably want to use jit.split to discard the second dimension prior to sending to your geometry (this dim simply holds the previous particle values, so probably not something you want to draw).
Max Patch
Copy patch and select New From Clipboard in Max.
Oh, Thanks Rob. Cheers