Public Attributes | |
| BBox | bounds |
| union { | |
| uint32_t primitivesOffset | |
| uint32_t secondChildOffset | |
| }; | |
| uint8_t | nPrimitives |
| uint8_t | axis |
| uint8_t | pad [2] |
Definition at line 105 of file bvh.cpp.
| union { ... } |
| uint8_t LinearBVHNode::axis |
Definition at line 113 of file bvh.cpp.
Referenced by BVHAccel::flattenBVHTree(), BVHAccel::Intersect(), and BVHAccel::IntersectP().
Definition at line 106 of file bvh.cpp.
Referenced by BVHAccel::flattenBVHTree(), BVHAccel::Intersect(), BVHAccel::IntersectP(), and BVHAccel::WorldBound().
| uint8_t LinearBVHNode::nPrimitives |
Definition at line 112 of file bvh.cpp.
Referenced by BVHAccel::flattenBVHTree(), BVHAccel::Intersect(), and BVHAccel::IntersectP().
| uint8_t LinearBVHNode::pad[2] |
| uint32_t LinearBVHNode::primitivesOffset |
Definition at line 108 of file bvh.cpp.
Referenced by BVHAccel::flattenBVHTree(), BVHAccel::Intersect(), and BVHAccel::IntersectP().
| uint32_t LinearBVHNode::secondChildOffset |
Definition at line 109 of file bvh.cpp.
Referenced by BVHAccel::flattenBVHTree(), BVHAccel::Intersect(), and BVHAccel::IntersectP().
1.6.3