HOOPS Luminate 2024.7.0
Key Features
- New API entries added that allows you to compute the axis-aligned bounding box of a shape. See the
RED::IShape::ComputeAxisAlignedBoundingBox
method’s documentation for details. - Hidden Line Removal Interrupt Callback now allows you to interrupt the first computation phase. This is helpful because this phase can take some time on large scenes.
API Changes
- Removed the AABB custom data from the
RED::BoundingSphere
class. Instead, useRED::AxisAlignedBoundingBox
and the new methodRED::IShape::ComputeAxisAlignedBoundingBox
.
Documentation Update
- Visualize Bridge Documentation MovedDocumentation for integrating HOOPS Luminate into a HOOPS Visualize HPS application is now in the File I/O section of its documentation: HOOPS Luminate Bridge