novaphy.SceneAppendResult¶
Result returned by SceneBuilderEngine.append_to_builder. It records offsets and appended indices so callers can map imported scene metadata back to the destination ModelBuilder.
Attributes¶
| Attribute | Description |
|---|---|
body_offset |
Body count before append. |
shape_offset |
Shape count before append. |
joint_offset |
First appended joint index when joints were added; remains the default 0 when the imported scene contains no joints. Do not treat it as an unconditional pre-append joint count. |
articulation_index |
Appended articulation index, or -1 if none was created. |
body_indices |
Body indices appended for the scene. |
shape_indices |
Shape indices appended for the scene. |
joint_indices |
Joint indices appended for the scene. |