Skip to content

achsvg/jsOctree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsOctree

A Javascript octree using threejs.

This octree uses threejs, but could easily be modified to use your own WebGL wrapper (the only thing used are the Vector classes and Mesh for visualization).

How to tune the octree

Maximum entities per node: Octree.prototype.entities_per_node

Maximum depth: Octree.prototype.max_depth

Reimplement Octree.prototype.intersects function to suit your needs (eg. to intersect OBB, convex hull or else).

About

A Javascript octree using threejs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published