- Add missing primitives file - Begin bounding volume hierarchy code - Add some untested base functions for octree and morton encoding - Add interesection tests for box and triangle
10 lines
121 B
TOML
10 lines
121 B
TOML
[package]
|
|
name = "roctree"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
vecmath = "*"
|
|
itertools = "*"
|