nw::gfx::DirectMaterialActivator Class

Syntax

class DirectMaterialActivator : public nw::gfx::IMaterialActivator

Description

Class for updating materials according to the specified options.

Updates without using flags or hashes. The material items configured change depending on the specified flags.

Member Variables

NW_UT_RUNTIME_TYPEINFO

Member Functions

Creation/Destruction
Destroy Destroys an object.(Derived from GfxObject.)
Other
S Create Creates a material activator.
S GetMemorySize Gets the memory size required at time of creation.
V Activate Activates a material.
GetActivateFlags Gets the activation flags. The flags are of type Model::BufferOption.
SetActivateFlags Sets the activation flags. The flags are of type Model::BufferOption.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::IMaterialActivator
    nw::gfx::DirectMaterialActivator


CONFIDENTIAL