I have a SimpleObject2 plugin. It fills its SimpleObject2::mesh with a point cloud.
When I try to render, after turning the “>Geo. Verts” checkbox on within krakatoa settings, I get the error:
max_geometry_vert_particle_istream::init_stream() - Cannot convert node: “nodeName” to a poly object
Is there anything special I need to do in my plugin to make its vertex cloud mesh compatible with Krakatoa? Should I be returning any special interfaces and such?
Thanks!