nw::gfx::IMaterialIdGenerator Class

Syntax

class IMaterialIdGenerator : public nw::gfx::GfxObject

Description

Interface that generates material IDs. Accept is called for each material from SceneInitializer. Also, Generate is called by SceneInitializer::End.

Member Variables

NW_UT_RUNTIME_TYPEINFO

Member Functions

Generation
PV Generate Creates a material ID. This function is called by SceneInitializer::End.
Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.
Constructors and Destructors
protected IMaterialIdGenerator Constructor.
Other
PV Accept Gets the material. This function is called via SceneInitializer Visit.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::IMaterialIdGenerator


CONFIDENTIAL