Skip to content

downflux/bvh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bvh

BVH for the DownFlux server

This BVH struct is used for DownFlux collision detection. Objects stored in this BVH must also specify the collision layers it will occupy. The concept of collision layers is modeled after various game engines. The layer namespace is user-defined. See pkg.go.dev/github.com/downflux/go-bvh for the more general-purpose BVH data struct.

Further Reading

Releases

No releases published

Packages

No packages published

Languages