mirror of
https://github.com/godotengine/godot
synced 2024-11-02 09:38:07 +00:00
12 lines
744 B
XML
12 lines
744 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<class name="EditorSceneFormatImporterUFBX" inherits="EditorSceneFormatImporter" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||
|
<brief_description>
|
||
|
Import FBX files using the ufbx library.
|
||
|
</brief_description>
|
||
|
<description>
|
||
|
EditorSceneFormatImporterUFBX is designed to load FBX files and supports both binary and ASCII FBX files from version 3000 onward. This class supports various 3D object types like meshes, skins, blend shapes, materials, and rigging information. The class aims for feature parity with the official FBX SDK and supports FBX 7.4 specifications.
|
||
|
</description>
|
||
|
<tutorials>
|
||
|
</tutorials>
|
||
|
</class>
|