Functions | |
void | UnSet_Bounding_Volume (void) |
void | QUnSet_Bounding_Volume (const char *segment) |
void | UnSet_Bounding_Volume_By_Key (HC_KEY key) |
void UnSet_Bounding_Volume | ( | void | ) |
Forces HOOPS to recalculate the bounding volume used by HOOPS to circumscribe the geometry within a segment.
void QUnSet_Bounding_Volume | ( | const char * | segment | ) |
Similar to UnSet_Bounding_Volume(), but operates on a given segment rather than the currently open one.
segment | - Segment name to use. |
void UnSet_Bounding_Volume_By_Key | ( | HC_KEY | key | ) |
Similar to UnSet_Bounding_Volume(), but operates on an object referenced by an HC_KEY.
key | - Key of the segment to use. |