Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PointProjectionSurface

A surface we can project points onto.

Info
titleSee Also

Enlighten::PointProjectionVersion, Enlighten::IPrecompute::CreateSystemDusters()

Variables

NameDescription
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

NameDescription
PointProjectionSurface()

Sensible defaults.


Anchor
afb1748ead2463f6fe2be5315814d3ab9
afb1748ead2463f6fe2be5315814d3ab9

Enlighten::PointProjectionSurface::PointProjectionSurface

...

public: PointProjectionSurface()

...

Sensible defaults.