class render::VectorField

Render thread version of a VectorField.

Public

Constructors

VectorField

VectorField(const VECTOR_FIELD_DESC &desc, const SPtr<Texture> &texture)

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