KFbxSystemUnit::KFbxUnitConversionOptions Struct Reference


Detailed Description

Struct to define various options that you can use to convert the system unit of a scene.

The default values are: mConvertRrsNodes = true mConvertLimits = true mConvertClusters = true mConvertLightIntensity = true mConvertPhotometricLProperties = true mConvertCameraClipPlanes = true

The default configuration have been tested to give the best conversion results in the majority of the case.

Remarks:
Changing any of these values will have a direct impact on the whole scene behavior.

Definition at line 73 of file kfbxsystemunit.h.

#include <kfbxsystemunit.h>

List of all members.

Public Attributes

bool  mConvertRrsNodes
  This flag indicates whether or not to convert the nodes that do not inherit their parent's scale.
bool  mConvertLimits
  This flag indicates whether or not to convert limits.
bool  mConvertClusters
  This flag indicates whether or not to convert clusters.
bool  mConvertLightIntensity
  This flag indicates whether or not to convert the light intensity property.
bool  mConvertPhotometricLProperties
  This flag indicates whether or not to convert photometric lights properties.
bool  mConvertCameraClipPlanes
  This flag indicates whether or not to convert the cameras clip planes.

Member Data Documentation

This flag indicates whether or not to convert the nodes that do not inherit their parent's scale.

Definition at line 76 of file kfbxsystemunit.h.

This flag indicates whether or not to convert limits.

Definition at line 79 of file kfbxsystemunit.h.

This flag indicates whether or not to convert clusters.

Definition at line 82 of file kfbxsystemunit.h.

This flag indicates whether or not to convert the light intensity property.

Definition at line 85 of file kfbxsystemunit.h.

This flag indicates whether or not to convert photometric lights properties.

Definition at line 88 of file kfbxsystemunit.h.

This flag indicates whether or not to convert the cameras clip planes.

Definition at line 91 of file kfbxsystemunit.h.


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