class TVectorField

template<bool IsRenderProxy>

Common functionality for both the main and render thread variants of VectorField.

Public

Constructors

TVectorField<IsRenderProxy>

TVectorField<IsRenderProxy>() = default

TVectorField<IsRenderProxy>

TVectorField<IsRenderProxy>(const VECTOR_FIELD_DESC &desc)

Methods

~TVectorField<IsRenderProxy>

virtual ~TVectorField<IsRenderProxy>() = default

GetTexture

TextureType GetTexture() const

Returns the internal texture representing the vector field.

GetDesc

const VECTOR_FIELD_DESC &GetDesc() const

Returns a structure describing the properties of the object.

Protected

Fields

mDesc

mTexture

TextureType mTexture