Skip to content

bbrock25/PointCloudAnimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointCloudAnimator

Three.js point cloud viewer/animator

Implementing a few different fun things:

*OrbitControls.js - allows camera mouse controlled pan, tilt, zoom, etc. 

*Vector3 - all points are rendered using Vector3 objects, since Vertex is now depreciated

*Particle Animation - particles are repositioned and recolored every frame 

	-particleSystem.geometry.verticesNeedUpdate = true;/forces update of geometry position
	-particleSystem.geometry.colorsNeedUpdate = true;//forces update of geometry colors

This renders on my machine at about 10fps, I'm going to experiment using shaders to recolor and see if there's any speedup.

Thanks!

About

Three.js point cloud viewer/animator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published