Available on crate features
fbx-reader or fbx-writer only.Expand description
The FBX document tree: what both containers decode to and encode from.
An FBX document is a tree of named records, each carrying a list of typed
properties and a list of children. Nothing above this file needs to know
whether those records arrived as binary node records or as ASCII text, and
nothing below it needs to know what Objects or Connections mean.
This lives apart from either container because the two halves of the crate
are independently selectable: crate::fbx_container is behind
fbx-reader, crate::fbx_writer behind fbx-writer, and a type they
both name cannot sit inside either.
Structs§
- FbxNode
- An FBX node with properties and children.
Enums§
- FbxProperty
- FBX property value.