class Enlighten::PointProjectionSurface
A surface we can project points onto.
Info | ||
---|---|---|
| ||
Enlighten::PointProjectionVersion, Enlighten::IPrecompute::CreateSystemDusters() |
Variables
Name | Description |
---|---|
const IPrecompInputMesh * m_Mesh | Pointer to the mesh describing the surface. |
bool m_MeshIsBlocking | Whether the mesh is solid (true) or can be 'pushed through' (false). Defaults to false. |
Geo::Matrix m_WorldFromLocal | The matrix to transform the mesh to world space from it's current space. |
Functions
Name | Description |
---|---|
PointProjectionSurface() | Sensible defaults. |
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PointProjectionSurface::PointProjectionSurface
...
public: PointProjectionSurface()
...
Sensible defaults.