Add support for point set
- Make
Mesh
class fully realizable (concrete) - Create a separate render delegate for Mesh (point set) using sphere glyphs
- Allow fluid simulation to accept Mesh (point set) without connectivity
- Remove the need for fluid requiring inter-mesh maps
- Modify the fluid benchmarking example to remove connectivity and maps
- Rename the
Mesh
class to a more appropriate name:PointSet
Addresses issue #143 (closed)
Edited by Sreekanth Arikatla