What’s the fastest type to draw with Urho3D? Is it one triangle or is it possible to draw “points” such as ThreeJS with its points material? ( https://threejs.org/docs/#api/materials/PointsMaterial )
So If I want to create a point cloud, what type should I use?