Skip to content

carnegie/vizlab-pointclouds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Point clouds

Dependencies

  • Unity.Mathematics (for float4 arrays, install using Unity Package Manager)

How to use

  • Attach the PointCloudRenderer component to a GameObject of your choosing in the scene
  • Assign the included PointCloudMat material to 'Material' on the script
  • Pass data into the publicly accessible fields on the PointCloudRenderer script to change what's visualized! The PointCloudData script provides an example for doing this.

About

Unity package containing 3D static/animated point clouds implementation using a custom disk shader

Resources

License

Stars

Watchers

Forks