rtbvh 0.4.0

BVH library with various build algorithms and high performance using packet traversal.
Documentation
[package]

name = "rtbvh"

version = "0.4.0"

authors = ["Mèir Noordermeer <meirnoordermeer@me.com>"]

edition = "2018"

license = "Apache-2.0"

readme = "./README.md"

repository = "https://github.com/meirbon/rtbvh"

description = "BVH library with various build algorithms and high performance using packet traversal."

keywords = ["ray", "tracing", "bvh", "sah", "fast"]



[lib]

crate-type = ["cdylib", "rlib"]



[dependencies]

crossbeam = "0.8"

glam = { version = "0.14", features = ["serde"] }

num_cpus = "1.13"

rayon = "1.5"

serde = { version = "1.0", features = ["derive"] }

num = "0.4"

wasm-bindgen = { version = "0.2", optional = true }



[features]

default = []

wasm_support = ["wasm-bindgen"]



[dev-dependencies]

l3d = "0.1"

rayon = "1.5"

bvh = "0.5"

winit = "0.24.0"

pixels = "0.2.0"