/
class Enlighten IViewVolumeIntersector
This is the documentation for Enlighten.
class Enlighten IViewVolumeIntersector
class Enlighten::IViewVolumeIntersector
A view volume implemented by the application.
Enums
Name | Description |
---|---|
Result | The result of an intersection with the view volume. |
Functions
Name | Description |
---|---|
IntersectBox(Geo::v128, Geo::v128) | intersect with axis aligned box |
Result
public: enum Result
{
Outside,
Inside,
Partial
}
The result of an intersection with the view volume.
enumerators
Outside | The shape is completely outside the volume. |
Inside | The shape is completely inside the volume. |
Partial | The shape is partially inside the volume. |
virtual Result Enlighten::IViewVolumeIntersector::IntersectBox
public: Result IntersectBox
(
Geo::v128 origin,
Geo::v128 extent
) const
intersect with axis aligned box
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Light from the sky
Light from the sky
More like this
Local reflections
Local reflections
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
Level properties
Level properties
More like this
Visualizations and statistics
Visualizations and statistics
More like this