<div dir="ltr"><div><div><div>Hello,<br><br></div>I am creating some gemoetry (point cloud data) and rendering it.<br><br></div>Later, I need to access the vertices in that point cloud, so I store the geometry pointer and later try to get the array data from the VBO as follows:<br><br>osg::Vec3Array* m_vertices = dynamic_cast<osg::Vec3Array *>(m_geometry->getVertexArray());<br><br></div>However, this fails. How can I do this?<br></div>