Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ResourceImporterScene¶
Inherits: ResourceImporter < RefCounted < Object
Imports a glTF, FBX, Collada or Blender 3D scene.
Description¶
See also ResourceImporterOBJ, which is used for OBJ models that can be imported as a standalone Mesh or a scene.
Additional options (such as extracting individual meshes or materials to files) are available in the Advanced Import Settings dialog. This dialog can be accessed by double-clicking a 3D scene in the FileSystem dock or by selecting a 3D scene in the FileSystem dock, going to the Import dock and choosing Advanced.
Note: ResourceImporterScene is not used for PackedScenes, such as .tscn
and .scn
files.
Tutorials¶
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions¶
Dictionary _subresources = {}
Contains properties for the scene's subresources. This is an internal option which is not visible in the Import dock.
float animation/fps = 30
The number of frames per second to use for baking animation curves to a series of points with linear interpolation. It's recommended to configure this value to match the value you're using as a baseline in your 3D modeling software. Higher values result in more precise animation with fast movement changes, at the cost of higher file sizes and memory usage. Thanks to interpolation, there is usually not much benefit in going above 30 FPS (as the animation will still appear smooth at higher rendering framerates).
bool animation/import = true
If true
, import animations from the 3D scene.
bool animation/remove_immutable_tracks = true
If true
, rem