v9.0 SP1 (2011)
Returns or sets whether or not to export hard edge information
on polygon meshes. If you specify false, no information about which
edges are flagged as hard will be exported.
Note: Even if the hard edges option is turned off, edges may still
look hard when imported, because their normals may not be
continuous. However, there will be no FBX smoothing information to
determine which edges were flagged as hard when the mesh was
originally exported.
oBoolean = FBXExportHardEdges( [State] ); |
A Boolean value (true if hard edge information should be exported; false if not)
Parameter | Type | Description |
---|---|---|
State | Boolean | True to export hard edge information, false to exclude it.
Default Value: If not specified, the current setting will not change. |