with the Line MAT, the point size is dependent on distance to camera, to keep them constant size, change the Width Near and Width Far parameter on the Line MAT’s “Setup” page to the same value.
Yes, that’s how I did it in my first version (the one in my first post). But when I added the event CHOP, the size of the points now varies. It’s like the scaling is applied after the line MAT or something.
I haven’t been able to solve this yet, but I noticed that when I switch to lines instead of points in the line MAT, it doesn’t show this behavior, and the lines stay the same size throughout.
Any idea why it works with the lines, but not with the points?
Thanks so much for your help @snaut!
Your example looks good!
But I’m a little lost on how to set this up to get the same results as you
I’ve tried a bit, but I don’t even know how to connect the circle TOP to the pointscale MAT.
And does the pattern CHOP control the instancing on the GEO? Sorry for all the questions, I’m such a noob.
sorry for the late reply, attached the example.
Most important for this to work is the Convert SOP where you are converting the input to “Particles Per Point”. From there you can make use of the Pointsprite MAT and apply a Circle TOP as the Color Map. Also of note is that I turned of “Depth Test” on the MAT’s Common page in order to simply avoid any alpha issues.