38 #ifndef FCL_BVH_INTERNAL_H 39 #define FCL_BVH_INTERNAL_H
BVHBuildState
States for BVH construction empty->begun->processed ->replace_begun->processed -> ...
BVHModelType
BVH model type.
BVH geometry is not prepared.
Cannot allocate memory for vertices and triangles.
BVH geometry in previous frame is not prepared.
after beginModel(), state for adding geometry primitives
BVH funtion is not supported.
after tree has been build, ready for cd use
BVH construction does not follow correct sequence.
after tree has been build for updated geometry, ready for ccd use
empty state, immediately after constructor
after beginUpdateModel(), state for updating geometry primitives
BVHReturnCode
Error code for BVH.