Public Member Functions | Friends

KFbxScene Class Reference

This reference page is linked to from the following overview topics: FBX SDK 2012, Supported Scene Elements, Information and Technical Support, Your First FBX SDK Program, Importing a Scene, Exporting a Scene, Managing Memory with the FBX SDK Manager, FBX Objects, FBX Properties, Connections, FBX Scenes, Merging Two Scenes, FBX Nodes, Transformation Data, Lights, Animation classes and their interrelationships, List of Python FBX classes.


Search for all occurrences

Detailed Description

This class contains the description of a 3D scene.

It contains the nodes (including the root node) (KFbxNode), materials, textures, videos, gobos, poses, characters, character poses, control set plugs, generic nodes, scene information, global settings, and a global evaluator. The nodes are structured in a tree under the scene's root node.

When an object is created using the FBX SDK, a scene is usually passed as argument to the object creation function to specify that the object belongs to this scene. At this point, a connection is made with the object as source and the scene as destination.

All objects in the scene can be queried by connection index. In addition, generic nodes, materials, and textures can also be queried by name. In this latter case, the first object with the queried name will be returned.

The global evaluator (KFbxAnimEvaluator) is used to compute animation values for animated scenes.

Examples:

Animation/main.cxx, Common/AnimationUtility.cxx, Common/AnimationUtility.h, Common/Common.cxx, Common/Common.h, Common/GeometryUtility.cxx, Common/GeometryUtility.h, ConvertScene/main.cxx, ExportScene01/main.cxx, ExportScene02/main.cxx, ExportScene03/main.cxx, ExportScene04/main.cxx, ExportScene05/main.cxx, ImportScene/DisplayAnimation.cxx, ImportScene/DisplayGenericInfo.cxx, ImportScene/DisplayHierarchy.cxx, ImportScene/DisplayPose.cxx, ImportScene/main.cxx, Instances/main.cxx, Layers/main.cxx, MyOwnWriterReader/MyOwnReader.cxx, MyOwnWriterReader/MyOwnWriter.cxx, MyOwnWriterReader/MyOwnWriter.h, Normals/main.cxx, Pivot/main.cxx, ProceduralTexture/main.cxx, StereoCamera/main.cxx, SwitchBinding/main.cxx, Transformations/main.cxx, UIExamples/Common/ImportExport.cxx, UIExamples/Common/ImportExport.h, UIExamples/CubeCreator/SDK_Utility.cxx, UIExamples/CubeCreator/SDK_Utility.h, UIExamples/CubeCreator/UI.cxx, UIExamples/SceneTreeView/SDK_Utility.cxx, UIExamples/SceneTreeView/SDK_Utility.h, UIExamples/SceneTreeView/UI.cxx, UserProperties/main.cxx, UVSample/main.cxx, ViewScene/DrawScene.cxx, ViewScene/DrawScene.h, ViewScene/InitScene.cxx, ViewScene/InitScene.h, ViewScene/main.cxx, ViewScene/SetCamera.cxx, ViewScene/SetCamera.h, ViewScene/Texture.cxx, and ViewScene/Texture.h.

Definition at line 82 of file kfbxscene.h.

#include <kfbxscene.h>

Inheritance diagram for KFbxScene:
Inheritance graph
[legend]

List of all members.

Public Member Functions

K_DEPRECATED void  FillNodeArray (KArrayTemplate< KFbxNode * > &pNodeArray)
void  FillPoseArray (KArrayTemplate< KFbxPose * > &pPoseArray)
  Clear then fill a pose array with all existing pose included in the scene.
virtual KFbxObject Copy (const KFbxObject &pObject)
  Copy an object content into this object.
void  ConnectMaterials ()
void  BuildMaterialLayersDirectArray ()
void  ReindexMaterialConnections ()
KSet AddTakeTimeWarpSet (char *pTakeName)
KSet GetTakeTimeWarpSet (char *pTakeName)
void  ForceKill ()
void  ConvertNurbsSurfaceToNurb ()
void  ConvertMeshNormals ()
void  ConvertNurbCurvesToNulls ()
void  ConnectTextures ()
void  BuildTextureLayersDirectArray ()
void  FixInheritType (KFbxNode *pNode)
void  UpdateScaleCompensate (KFbxNode *pNode, KFbxIOSettings &pIOS)
  Recursively convert transform inherit type from eINHERIT_Rrs to eINHERIT_RSrs by compensating object scale.
kFbxClassId  ConvertAttributeTypeToClassID (KFbxNodeAttribute::EAttributeType pAttributeType)
KFbxGlobalLightSettings GlobalLightSettings ()
  Internally used by the FBX version 6.x and earlier readers/writers.
KFbxGlobalCameraSettings GlobalCameraSettings ()
  Internally used by the FBX version 6.x and earlier readers/writers.
KFbxGlobalTimeSettings GlobalTimeSettings ()
  Internally used by the FBX version 6.x and earlier readers/writers.

Friends

class  KFbxLayerContainer
class  KFbxNodeFinderDuplicateName

Clear scene

void  Clear ()
  Delete the node tree below the root node and restore default settings.

Node Tree Access

KFbxNode GetRootNode () const
  Get the root node of the scene.

Texture Material and Video Access

void  FillTextureArray (KArrayTemplate< KFbxTexture * > &pTextureArray)
  Clear, then fill, a texture array with all existing textures included in the scene.
void  FillMaterialArray (KArrayTemplate< KFbxSurfaceMaterial * > &pMaterialArray)
  Clear, then fill, a material array with all existing materials included in the scene.

Generic Node Access

int  GetGenericNodeCount () const
  Get number of generic nodes in the scene.
KFbxGenericNode GetGenericNode (int pIndex)
  Get generic node at given index.
KFbxGenericNode GetGenericNode (char *pName)
  Access a generic node from its name.
bool  AddGenericNode (KFbxGenericNode *pGenericNode)
  Add a generic node to this scene.
bool  RemoveGenericNode (KFbxGenericNode *pGenericNode)
  Remove the generic node from this scene.

Character Management

int  GetCharacterCount () const
  Get number of characters.
KFbxCharacter GetCharacter (int pIndex)
  Get character at given index.
int  CreateCharacter (char *pName)
  Create a new character.
void  DestroyCharacter (int pIndex)
  Destroy character.

ControlSetPlug Management

int  GetControlSetPlugCount () const
  Get number of ControlSetPlugs.
KFbxControlSetPlug GetControlSetPlug (int pIndex)
  Get ControlSetPlug at given index.
int  CreateControlSetPlug (char *pName)
  Create a new ControlSetPlug.
void  DestroyControlSetPlug (int pIndex)
  Destroy ControlSetPlug.

Character Pose Management

int  GetCharacterPoseCount () const
  Get number of character poses.
KFbxCharacterPose GetCharacterPose (int pIndex)
  Get character pose at given index.
int  CreateCharacterPose (char *pName)
  Create a new character pose.
void  DestroyCharacterPose (int pIndex)
  Destroy character pose.

Pose Management

int  GetPoseCount () const
  Get number of poses.
KFbxPose GetPose (int pIndex)
  Get pose at given index.
bool  AddPose (KFbxPose *pPose)
  Add a pose to this scene.
bool  RemovePose (KFbxPose *pPose)
  Remove the specified pose from the scene.
bool  RemovePose (int pIndex)
  Remove the pose at the given index from the scene.

Scene information

KFbxDocumentInfo GetSceneInfo ()
  Get the scene information.
void  SetSceneInfo (KFbxDocumentInfo *pSceneInfo)
  Set the scene information.

Global Settings

KFbxGlobalSettings GetGlobalSettings ()
  Access global settings.
const KFbxGlobalSettings GetGlobalSettings () const
  Const access to global settings.

Global Evaluator

The global evaluator is used to compute animation values for animated scenes.A typical usage would be to compute the global transform matrix of a node lNode at a given time lTime.
      KFbxXMatrix& lGlobalMatrix = lNode->GetScene()->GetEvaluator()->GetNodeGlobalTransform(lNode, lTime);

      or the exact equivalent:

      KFbxXMatrix& lGlobalMatrix = lNode->EvaluateGlobalTransform(lTime);
The user can create one or more evaluators in the scene. The default evaluator is set using SetEvaluator. When GetEvaluator is called, if the scene has no evaluator, an evaluator is created with default values.
void  SetEvaluator (KFbxAnimEvaluator *pEvaluator)
  Set the global evaluator used by this scene evaluation engine.
KFbxAnimEvaluator GetEvaluator ()
  Get the global evaluator used by this scene evaluation engine.

Material Access

int  GetMaterialCount () const
  Get number of materials.
KFbxSurfaceMaterial GetMaterial (int pIndex)
  Get the material at the given index.
KFbxSurfaceMaterial GetMaterial (char *pName)
  Get the material by its name.
bool  AddMaterial (KFbxSurfaceMaterial *pMaterial)
  Add the material to this scene.
bool  RemoveMaterial (KFbxSurfaceMaterial *pMaterial)
  Remove the material from this scene.

Texture Access

int  GetTextureCount () const
  Get number of textures (type KFbxTexture).
KFbxTexture GetTexture (int pIndex)
  Get the texture at the given index.
KFbxTexture GetTexture (char *pName)
  Get the texture by its name.
bool  AddTexture (KFbxTexture *pTexture)
  Add the texture to this scene.
bool  RemoveTexture (KFbxTexture *pTexture)
  Remove the texture from this scene.

Node Access

int  GetNodeCount () const
  Get number of nodes.
KFbxNode GetNode (int pIndex)
  Get the node at the given index.
bool  AddNode (KFbxNode *pNode)
  Add the node to this scene.
bool  RemoveNode (KFbxNode *pNode)
  Remove the node from this scene.
int  GetCurveOnSurfaceCount ()
  Helper method for determining the number of nodes that have curves on surface attributes in the scene.
KFbxNode FindNodeByName (const KString &pName)
  Get the first node with this name.

Geometry Access

int  GetGeometryCount () const
  Get number of geometries.
KFbxGeometry GetGeometry (int pIndex)
  Get the geometry at the given index.
bool  AddGeometry (KFbxGeometry *pGeometry)
  Add the geometry to this scene.
bool  RemoveGeometry (KFbxGeometry *pGeometry)
  Remove the geometry from this scene.

Video Access

int  GetVideoCount () const
  Get number of videos.
KFbxVideo GetVideo (int pIndex)
  Get the video at the given index.
bool  AddVideo (KFbxVideo *pVideo)
  Add the video to this scene.
bool  RemoveVideo (KFbxVideo *pVideo)
  Remove the video from this scene.

Utilities

void  SyncShowPropertyForInstance ()
  Synchronize all the Show properties of node instances.

Member Function Documentation

void Clear ( ) [virtual]

Delete the node tree below the root node and restore default settings.

Reimplemented from KFbxDocument.

KFbxNode* GetRootNode ( ) const
void FillTextureArray ( KArrayTemplate< KFbxTexture * > &  pTextureArray )

Clear, then fill, a texture array with all existing textures included in the scene.

Parameters:
pTextureArray An array of texture pointers.
void FillMaterialArray ( KArrayTemplate< KFbxSurfaceMaterial * > &  pMaterialArray )

Clear, then fill, a material array with all existing materials included in the scene.

Parameters:
pMaterialArray An array of material pointers.
int GetGenericNodeCount ( ) const

Get number of generic nodes in the scene.

Returns:
Number of Generic Nodes in this scene.
KFbxGenericNode* GetGenericNode ( int  pIndex )

Get generic node at given index.

Parameters:
pIndex Position in the list of the generic nodes.
Returns:
Pointer to the generic node or NULL if the index is out of bounds.
KFbxGenericNode* GetGenericNode ( char *  pName )

Access a generic node from its name.

Parameters:
pName Name of the generic node.
Returns:
found generic node
bool AddGenericNode ( KFbxGenericNode pGenericNode )

Add a generic node to this scene.

Parameters:
pGenericNode Pointer to the generic node to be added.
Returns:
If the passed parameter is NULL, this method will return false, otherwise true.
bool RemoveGenericNode ( KFbxGenericNode pGenericNode )

Remove the generic node from this scene.

Parameters:
pGenericNode Pointer to the generic node to be removed.
Returns:
If the passed parameter is NULL, this method will return false, otherwise true.
Remarks:
The pointed object is not referenced by the scene anymore but is not deleted.
int GetCharacterCount ( ) const

Get number of characters.

Returns:
Number of characters in this scene.
KFbxCharacter* GetCharacter ( int  pIndex )

Get character at given index.

Parameters:
pIndex Position in the list of the characters.
Returns:
Pointer to the character or NULL if index is out of bounds.
int CreateCharacter ( char *  pName )

Create a new character.

Parameters:
pName Name given to character.
Returns:
Index of the created character.
void DestroyCharacter ( int  pIndex )

Destroy character.

Parameters:
pIndex Specify which character to destroy.
int GetControlSetPlugCount ( ) const

Get number of ControlSetPlugs.

Returns:
Number of ControlSet plugs in this scene.
KFbxControlSetPlug* GetControlSetPlug ( int  pIndex )

Get ControlSetPlug at given index.

Parameters:
pIndex Position in the list of the ControlSetPlug
Returns:
Pointer to ControlSetPlug or NULL if index is out of bounds.
int CreateControlSetPlug ( char *  pName )

Create a new ControlSetPlug.

Parameters:
pName Name given to ControlSetPlug.
Returns:
Index of created ControlSetPlug.
void DestroyControlSetPlug ( int  pIndex )

Destroy ControlSetPlug.

Parameters:
pIndex Specify which ControlSetPlug to destroy.
int GetCharacterPoseCount ( ) const

Get number of character poses.

Returns:
Number of character poses in this scene.
Remarks:
Character Poses and Poses are two distinct entities having their own lists.
Examples:
ImportScene/DisplayPose.cxx.
KFbxCharacterPose* GetCharacterPose ( int  pIndex )

Get character pose at given index.

Parameters:
pIndex Position in the list of character poses.
Returns:
Pointer to the character pose or NULL if index is out of bounds.
Examples:
ImportScene/DisplayPose.cxx.
int CreateCharacterPose ( char *  pName )

Create a new character pose.

Parameters:
pName Name given to character pose.
Returns:
Index of created character pose.
void DestroyCharacterPose ( int  pIndex )

Destroy character pose.

Parameters:
pIndex Specify which character pose to destroy.
int GetPoseCount ( ) const

Get number of poses.

Returns:
Number of poses in the scene.
Remarks:
Poses and Character Poses are two distinct entities having their own lists.
Examples:
ImportScene/DisplayPose.cxx, and ViewScene/InitScene.cxx.
KFbxPose* GetPose ( int  pIndex )

Get pose at given index.

Parameters:
pIndex Position in the list of poses.
Returns:
Pointer to the pose or NULL if index is out of bounds.
Examples:
ImportScene/DisplayPose.cxx, ViewScene/DrawScene.cxx, and ViewScene/InitScene.cxx.
bool AddPose ( KFbxPose pPose )

Add a pose to this scene.

Parameters:
pPose The pose (for example: bind pose, rest pose) to be added to the scene.
Returns:
If the pose is correctly added to the scene, return true. Otherwise, if the pose is already in the scene, return false.
Examples:
ExportScene01/main.cxx, and SwitchBinding/main.cxx.
bool RemovePose ( KFbxPose pPose )

Remove the specified pose from the scene.

Parameters:
pPose The pose (for example: bind pose, rest pose) to be removed from the scene.
Returns:
If the pose was successfully removed from the scene, return true. Otherwise, if the pose could not be found return false.
Examples:
SwitchBinding/main.cxx.
bool RemovePose ( int  pIndex )

Remove the pose at the given index from the scene.

Parameters:
pIndex Index of the pose to be removed.
Returns:
If the pose was successfully removed from the scene, return true. Otherwise, if the pose could not be found return false.
KFbxDocumentInfo* GetSceneInfo ( ) [inline]

Get the scene information.

Returns:
Pointer to the scene information object.
Examples:
ExportScene01/main.cxx, and ImportScene/main.cxx.

Definition at line 300 of file kfbxscene.h.

{ return GetDocumentInfo(); }
void SetSceneInfo ( KFbxDocumentInfo pSceneInfo ) [inline]

Set the scene information.

Parameters:
pSceneInfo Pointer to the scene information object.
Examples:
ExportScene01/main.cxx.

Definition at line 305 of file kfbxscene.h.

{ SetDocumentInfo(pSceneInfo); }
KFbxGlobalSettings& GetGlobalSettings ( )
const KFbxGlobalSettings& GetGlobalSettings ( ) const

Const access to global settings.

Returns:
Const reference to the Global Settings.
void SetEvaluator ( KFbxAnimEvaluator pEvaluator )

Set the global evaluator used by this scene evaluation engine.

Parameters:
pEvaluator The evaluator to be used for evaluation processing of this scene.
KFbxAnimEvaluator* GetEvaluator ( )

Get the global evaluator used by this scene evaluation engine.

If no evaluator were previously set, this function will return either the first evaluator found attached to this scene, or a new default evaluator.

Returns:
The evaluator to be used for evaluation processing of this scene.
Examples:
Animation/main.cxx, Transformations/main.cxx, and ViewScene/main.cxx.
K_DEPRECATED void FillNodeArray ( KArrayTemplate< KFbxNode * > &  pNodeArray )
Deprecated:
Clear then fill a node array with all existing nodes included in the scene.
Parameters:
pNodeArray An array of node pointers.
void FillPoseArray ( KArrayTemplate< KFbxPose * > &  pPoseArray )

Clear then fill a pose array with all existing pose included in the scene.

Parameters:
pPoseArray An array of pose pointers.
int GetMaterialCount ( ) const

Get number of materials.

Returns:
Number of materials in this scene.
KFbxSurfaceMaterial* GetMaterial ( int  pIndex )

Get the material at the given index.

Parameters:
pIndex Position in the list of materials.
Returns:
Pointer to the material or NULL if the index is out of bounds.
Remarks:
pIndex must be between 0 and GetMaterialCount().
KFbxSurfaceMaterial* GetMaterial ( char *  pName )

Get the material by its name.

Parameters:
pName Name of the material.
Returns:
Pointer to the material or NULL if not found.
bool AddMaterial ( KFbxSurfaceMaterial pMaterial )

Add the material to this scene.

Parameters:
pMaterial Pointer to the material to be added.
Returns:
true on successful addition.
bool RemoveMaterial ( KFbxSurfaceMaterial pMaterial )

Remove the material from this scene.

Parameters:
pMaterial Pointer to the material to be removed.
Returns:
true on successful removal.
int GetTextureCount ( ) const

Get number of textures (type KFbxTexture).

Returns:
Number of textures in this scene. Includes types KFbxFileTexture, KFbxLayeredTexture and KFbxProceduralTexture.
Remarks:
To get the number of textures of a specific type, use GetSrcCount(). For example:
 int lNbFileTextures = lScene->GetSrcObjectCount(FBX_TYPE(KFbxFileTexture));
 int lNbLayeredTextures = lScene->GetSrcObjectCount(FBX_TYPE(KFbxLayeredTexture));
 int lNbProceduralTextures = lScene->GetSrcObjectCount(FBX_TYPE(KFbxProceduralTexture));
KFbxTexture* GetTexture ( int  pIndex )

Get the texture at the given index.

pIndex must be between 0 and GetTextureCount().

Parameters:
pIndex Position in the list of textures.
Returns:
Pointer to the texture or NULL if the index is out of bounds.
Remarks:
To get the texture of a specific texture type, use GetSrcObject(). For example:
 KFbxFileTexture* lFileTexture = lScene->GetSrcObject(FBX_TYPE(KFbxFileTexture), i);
 KFbxLayeredTexture* lLayeredTexture = lScene->GetSrcObject(FBX_TYPE(KFbxLayeredTexture), i);
 KFbxProceduralTexture* lProceduralTexture = lScene->GetSrcObject(FBX_TYPE(KFbxProceduralTexture), i);
KFbxTexture* GetTexture ( char *  pName )

Get the texture by its name.

Parameters:
pName Name of the texture.
Returns:
Pointer to the texture or NULL if not found.
bool AddTexture ( KFbxTexture pTexture )

Add the texture to this scene.

Parameters:
pTexture Pointer to the texture to be added.
Returns:
true on successful addition.
bool RemoveTexture ( KFbxTexture pTexture )

Remove the texture from this scene.

Parameters:
pTexture Pointer to the texture to be removed.
Returns:
true on successful removal.
int GetNodeCount ( ) const

Get number of nodes.

Returns:
Number of nodes in this scene.
Examples:
UIExamples/CubeCreator/SDK_Utility.cxx.
KFbxNode* GetNode ( int  pIndex )

Get the node at the given index.

Parameters:
pIndex Position in the list of nodes.
Returns:
Pointer to the node or NULL if the index is out of bounds.
Remarks:
pIndex must be between 0 and GetNodeCount().
Examples:
UIExamples/CubeCreator/SDK_Utility.cxx.
bool AddNode ( KFbxNode pNode )

Add the node to this scene.

Parameters:
pNode Pointer to the node to be added.
Returns:
true on successful addition.
bool RemoveNode ( KFbxNode pNode )

Remove the node from this scene.

Parameters:
pNode Pointer to the node to be removed.
Returns:
true on successful removal.
Examples:
UIExamples/CubeCreator/SDK_Utility.cxx.
int GetCurveOnSurfaceCount ( )

Helper method for determining the number of nodes that have curves on surface attributes in the scene.

Since the curve-on-surface nodes are connected to nurbs geometry and not any KFbxNodes in the scene, they won't normally be picked up in a graph traversal.

Returns:
The number of curve-on-surface nodes in the scene
KFbxNode* FindNodeByName ( const KString pName )

Get the first node with this name.

Parameters:
pName Name of the node.
Returns:
Pointer to the node, or NULL if node is not found.
int GetGeometryCount ( ) const

Get number of geometries.

Returns:
Number of geometries in this scene.
KFbxGeometry* GetGeometry ( int  pIndex )

Get the geometry at the given index.

Parameters:
pIndex Position in the list of geometries.
Returns:
Pointer to the geometry or NULL if the index is out of bounds.
Remarks:
pIndex must be between 0 and GetGeometryCount().
bool AddGeometry ( KFbxGeometry pGeometry )

Add the geometry to this scene.

Parameters:
pGeometry Pointer to the geometry to be added.
Returns:
true on successful addition.
bool RemoveGeometry ( KFbxGeometry pGeometry )

Remove the geometry from this scene.

Parameters:
pGeometry Pointer to the geometry to be removed.
Returns:
true on successful removal.
int GetVideoCount ( ) const

Get number of videos.

Returns:
Number of videos in this scene.
KFbxVideo* GetVideo ( int  pIndex )

Get the video at the given index.

Parameters:
pIndex Position in the list of videos.
Returns:
Pointer to the video or NULL if the index is out of bounds.
Remarks:
pIndex must be between 0 and GetVideoCount().
bool AddVideo ( KFbxVideo pVideo )

Add the video to this scene.

Parameters:
pVideo Pointer to the video to be added.
Returns:
true on successful addition.
bool RemoveVideo ( KFbxVideo pVideo )

Remove the video from this scene.

Parameters:
pVideo Pointer to the video to be removed.
Returns:
true on successful removal.
void SyncShowPropertyForInstance ( )

Synchronize all the Show properties of node instances.

Walks all the node attributes defined in the scene and synchronize the Show property of all the nodes that reference the node attribute so that they all contain the same value. This method should be called after the FBX scene is completely created (typically right after the calls to the KFbxImporter::Import() or just before the calls to the KFbxExporter::Export().

Remarks:
Applications only need to call this method if their interpretation of the Show property implies that setting the Show state on one instance affect all of them.
See also:
KFbxNode::Visibility property, KFbxNode::Show property
virtual KFbxObject& Copy ( const KFbxObject pObject ) [virtual]

Copy an object content into this object.

Parameters:
pObject The source object to copy data from.
Returns:
Returns the destination object being modified by the source.
Remarks:
This function replace the assignment operator (operator=). It will copy all property values and the name. Connections are NOT copied.

Reimplemented from KFbxDocument.

void ConnectMaterials ( )
void BuildMaterialLayersDirectArray ( )
void ReindexMaterialConnections ( )
KSet* AddTakeTimeWarpSet ( char *  pTakeName )
KSet* GetTakeTimeWarpSet ( char *  pTakeName )
void ForceKill ( )
void ConvertNurbsSurfaceToNurb ( )
void ConvertMeshNormals ( )
void ConvertNurbCurvesToNulls ( )
void ConnectTextures ( )
void BuildTextureLayersDirectArray ( )
void FixInheritType ( KFbxNode pNode )
void UpdateScaleCompensate ( KFbxNode pNode,
KFbxIOSettings pIOS 
)

Recursively convert transform inherit type from eINHERIT_Rrs to eINHERIT_RSrs by compensating object scale.

Parameters:
pNode Root node. Conversion will traverse its children recursively.
pIOS The IO options.
kFbxClassId ConvertAttributeTypeToClassID ( KFbxNodeAttribute::EAttributeType  pAttributeType )
KFbxGlobalLightSettings& GlobalLightSettings ( ) [inline]

Internally used by the FBX version 6.x and earlier readers/writers.

The relevant data that is contained in these objects have been moved into the KFbxGlobalSettings(). Therefore, any previous calls to these methods should be replaced by the above.

Definition at line 645 of file kfbxscene.h.

{ return *mGlobalLightSettings; }
KFbxGlobalCameraSettings& GlobalCameraSettings ( ) [inline]

Internally used by the FBX version 6.x and earlier readers/writers.

Examples:
ViewScene/SetCamera.cxx.

Definition at line 647 of file kfbxscene.h.

{ return *mGlobalCameraSettings; }
KFbxGlobalTimeSettings& GlobalTimeSettings ( ) [inline]

Internally used by the FBX version 6.x and earlier readers/writers.

Definition at line 649 of file kfbxscene.h.

{ return *mGlobalTimeSettings; }

Friends And Related Function Documentation

friend class KFbxLayerContainer [friend]

Reimplemented from KFbxDocument.

Definition at line 662 of file kfbxscene.h.

friend class KFbxNodeFinderDuplicateName [friend]

Reimplemented from KFbxDocument.

Definition at line 663 of file kfbxscene.h.


The documentation for this class was generated from the following file:

KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene
KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene KFbxScene