Using Cd Vertex Attribute with Instances
Posted: Sat Oct 17, 2020 12:32 pm
Hello,
Is there any way to use the Cd vertex attribute when using meathod to copy a sphere to alot of points, all with their own colour attribute?
I can get it to work fine if i do a simple copy-to-point and the usual Cd in the 'Point Vector Attrs' with a material that has a 'Cd' 'NT_TEX_COLOUR_VERTEXATTRIBUTE' wired into the diffuse. But this meathod takes much longer to load and render, so would be nice to be able to use @instance to copy the sphere to the points instead.
thank you
Is there any way to use the Cd vertex attribute when using
Code: Select all
s@instance="/obj/object";
I can get it to work fine if i do a simple copy-to-point and the usual Cd in the 'Point Vector Attrs' with a material that has a 'Cd' 'NT_TEX_COLOUR_VERTEXATTRIBUTE' wired into the diffuse. But this meathod takes much longer to load and render, so would be nice to be able to use @instance to copy the sphere to the points instead.
thank you