Uses of Class
de.grogra.gpuflux.scene.BVH.BVHNode
Packages that use BVHNode
-
Uses of BVHNode in de.grogra.gpuflux.scene.BVH
Fields in de.grogra.gpuflux.scene.BVH declared as BVHNodeMethods in de.grogra.gpuflux.scene.BVH that return BVHNodeConstructors in de.grogra.gpuflux.scene.BVH with parameters of type BVHNodeModifierConstructorDescriptionBVHNode
(int axis, int idx, int pcount, BoundingBox3d bb, BVHNode left, BVHNode right) BVHTree
(BVHNode root, BoundingBox3d bbox, Integer[] primOrder)