User Tools

Site Tools


DzFbxImporter

Class for importing files in the Autodesk FBX (*.fbx) format.

More...

Inherits :

Constructors

DAZ Script
DzFbxImporter ()

Detailed Description

A specialization of DzImporter that implements an importer for the Autodesk FBX (.fbx) format. Through its use of the FBX SDK to accomplish this task, this importer also provides import capabilities for the Autodesk AutoCAD DXF (.dxf) format, the Autodesk 3ds Max (.3ds) format, and the Collada DAE (.dae) format, as supported by the FBX SDK.

Attention:

  • The FBX SDK also provides import capabilities for the Alias Wavefront OBJ (.obj) format, but it has been intentionally excluded. Use DzObjImporter instead.

See Also:

Constructors


DzFbxImporter()

Default Constructor.