v6.02
Returns or sets whether or not to export the scene's geometry.
If you specify false, the scene is exported with no models.
Note: Cameras and lights are not considered models by the FBX
exporter.
oBoolean = FBXExportGeometries( [State] ); |
A Boolean value (true to include geometry; false to exclude it)
Parameter | Type | Description |
---|---|---|
State | Boolean | True to export geometries, false to exclude it
Default Value: If not specified, the current setting will not change. |