|
bool | IsEmpty () |
|
float | EvaluateAtGlobalPosition (const plSimdVec4f &vPosition, float fInitialValue, plProcVolumeImageMode::Enum imgMode, const plColor &refColor) const |
|
void | AddSphere (const plSimdTransform &transform, float fRadius, plEnum< plProcGenBlendMode > blendMode, float fSortOrder, float fValue, float fFadeOutStart) |
|
void | AddBox (const plSimdTransform &transform, const plVec3 &vExtents, plEnum< plProcGenBlendMode > blendMode, float fSortOrder, float fValue, const plVec3 &vFadeOutStart) |
|
void | AddImage (const plSimdTransform &transform, const plVec3 &vExtents, plEnum< plProcGenBlendMode > blendMode, float fSortOrder, float fValue, const plVec3 &vFadeOutStart, const plImageDataResourceHandle &hImage) |
|
virtual const plRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const plRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T > |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
The documentation for this class was generated from the following files:
- Code/EnginePlugins/ProcGenPlugin/Components/VolumeCollection.h
- Code/EnginePlugins/ProcGenPlugin/Components/Implementation/VolumeCollection.cpp