I’d love to be able to render a mesh using just the verts and it looks as though this is possible by setting a mesh instance renderStyle to pc.RENDERSTYLE_POINTS. But it either doesn’t seem to be working or I’m missing a step…?
generateWireframe() works great for the same meshInstance, so I know that part is working. I’ve tried using generateWireframe before the above line as well… any help?