Skip to content

Cut Plane

skzk edited this page Jan 21, 2024 · 11 revisions

Item ID: 0x08 (8)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 0: One side only
Bit 1: Rotated limits
Byte 2: Start node angle as sbyte; divided by 3; must be between -180° and 180°.
Byte 3: End node angle; same as above.

u32 node_count
array_u64 node_uids

UIDs of nodes of this item.

The path of the item is determined only by the order of nodes in this list.

Clone this wiki locally