I have a group of meshes that share a color material and I’d like to cycle the colors over time, but differently for each mesh. Is it possible to change the material color per object draw, so that they can share the same material but each draw with a different color each frame? The primary importance of sharing materials is that I’m using OutlineMethod to create an outline that surrounds the group of objects, an effect which breaks down when done across multiple materials (there are z-sorting issues, the outline doesn’t always show up behind all objects). It this possible with existing materials?
Shared color material with unique color per objectSoftware: Away3D 4.x |
||
|