menu
yuka package
documentation
math/bvh.dart
BVH
BVH.new constructor
BVH.new constructor
dark_mode
light_mode
BVH
constructor
BVH
(
[
double
branchingFactor
=
2
,
double
primitivesPerNode
=
1
,
double
depth
=
10
])
Implementation
BVH([ this.branchingFactor = 2, this.primitivesPerNode = 1, this.depth = 10 ]);
yuka package
documentation
math/bvh
BVH
BVH.new constructor
BVH class