KFbxLayerElementMaterial
#include<kfbxlayer.h>

Inheritance diagram for KFbxLayerElementMaterial:

Inheritance graph
[legend]

List of all members.

Detailed Description

Layer to map Materials on a geometry.

Definition at line920of filekfbxlayer.h.


Public Member Functions

K_DEPRECATED
KFbxLayerElementArrayTemplate
<KFbxSurfaceMaterial*>& 
GetDirectArray() const
 The direct array no longer holds contains pointers to materials.

Member Function Documentation

K_DEPRECATED KFbxLayerElementArrayTemplate<KFbxSurfaceMaterial*>&GetDirectArray( ) const[inline]

The direct array no longer holds contains pointers to materials.

Instead, materials are assigned to the nodes that instance the layer containers in the scene. Use the material methods inKFbxNodeinstead of these methods. These methods are provided for backwards compatibility only.

Reimplemented fromKFbxLayerElementTemplate<KFbxSurfaceMaterial *>.

Definition at line942of filekfbxlayer.h.