I created a custom shape node based on apiMesh devkit example (deriving MPxShape and MPxShapeUI classes).
I'm having problem drawing per vertex colors. Adding glColor3f() call just before glVertex() works only in wireframe. Is there anything else I should do ?