Tagged Questions

1
vote
3answers
290 views

Rendering particles passes with 3Delight

Hi, I'm rendering lot of point particles with 3Delight. Now I'm trying to render different passes, most of them don't work, like Z, or luminance depth. Is there any trick involved. …
2
votes
2answers
257 views

How do I make a maya shader that will transform a 3d texture with every particle?

In have tried to make a particleSampler that feeds the placement matrix of a 3d texture in order to make the texture move and rotate with the particles in a maya software render. I …