nw::gfx::res::ResPrimitiveSet Class

Syntax

class ResPrimitiveSet : public nw::ut::ResCommon< ResPrimitiveSetData >

Description

Binary resource class that represents multiple primitives that affect the same group of matrices.

Enumerated Types

SkinningModeType Represents the skinning mode.

Member Functions

ResPrimitiveSet Constructor.
ref
operator ==
operator !=
GetBoneIndexTableCount Gets the number of items in the bone index table.
GetBoneIndexTable Gets the bone index table.
SetBoneIndexTable Sets an item in the bone index table list.
GetSkinningMode Gets the skinning mode.
SetSkinningMode Sets the skinning mode.
GetPrimitivesCount Gets the number of primitives.
GetPrimitives Gets a primitive.
Setup Initializes a resource.
Cleanup Prepares to free a resource.
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResPrimitiveSet


CONFIDENTIAL