Module node_flags

Module node_flags 

Source
Expand description

Bitflags for node type identification in the on-disk binary format.

Node type constants verified at 0x00740a18 in swkotor.exe: 0x01, 0x03, 0x05, 0x09, 0x11, 0x21, 0x61, 0xA1, 0x121, 0x221, 0x401, 0x821. See docs/notes/mdl_mdx.md ResetMdlNode.

Constantsยง

AABB
Node contains an AABB tree (walkmesh).
ANIM
Node contains animation data.
CAMERA
Node contains camera data.
DANGLY
Node contains dangly mesh physics.
EMITTER
Node contains emitter data.
HEADER
Node has a header (always set).
LIGHT
Node contains light data.
MESH
Node contains mesh geometry.
REFERENCE
Node is a reference to another model.
SABER
Node contains saber blade data.
SKIN
Node contains skinning weights.