Skip to content

Voxel octree built with 1 buffered array for optimized performance.

License

Notifications You must be signed in to change notification settings

oudend/VoxelBufferOctree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VoxelBufferOctree

Voxel octree built with 1 buffered array for optimized performance.

alt text

EXAMPLE

var boundary = new THREE.Box3( new THREE.Vector3(-10, -10, -10), new THREE.Vector3(10, 10, 10) );
var bufferOctree = new VoxelBufferOctree( 1, boundary );

bufferOctree.addVoxel( 0, 0, 0 );

bufferOctree.visualize(scene);

About

Voxel octree built with 1 buffered array for optimized performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published