Hi guys,
Using C++, R23. I've got an ObjectData
plugin that represents a volume in the viewport.
One of the representations is a velocity field, which is just a bunch of lines with colors.
I'm inserting a LineObject
in GetVirtualObjects()
to do the job, and it is being generated and working as expected, but I'm not sure how to pass my custom colors.
Is there something like the VertexColorTag
for a PolygonObject
or an alternative routine?
Regards,
Georgi.