mirror of
https://github.com/godotengine/godot.git
synced 2024-11-14 16:13:08 +00:00
13 lines
731 B
XML
13 lines
731 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<class name="FBXDocument" inherits="GLTFDocument" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||
|
<brief_description>
|
||
|
Handles FBX documents.
|
||
|
</brief_description>
|
||
|
<description>
|
||
|
The FBXDocument handles FBX documents. It provides methods to append data from buffers or files, generate scenes, and register/unregister document extensions.
|
||
|
When exporting FBX from Blender, use the "FBX Units Scale" option. The "FBX Units Scale" option sets the correct scale factor and avoids manual adjustments when re-importing into Blender, such as through glTF export.
|
||
|
</description>
|
||
|
<tutorials>
|
||
|
</tutorials>
|
||
|
</class>
|