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.

FBXState

Experimental: This class may be changed or removed in future versions.

Inherits: GLTFState < Resource < RefCounted < Object

Description

The FBXState handles the state data imported from FBX files.

Properties

bool

allow_geometry_helper_nodes

false


Property Descriptions

bool allow_geometry_helper_nodes = false

  • void set_allow_geometry_helper_nodes(value: bool)

  • bool get_allow_geometry_helper_nodes()

If true, the import process used auxiliary nodes called geometry helper nodes. These nodes help preserve the pivots and transformations of the original 3D model during import.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.