TKE_Bounding_Info

Opcode
ASCII B
Hexadecimal 42
Decimal 66

 

Operands

Byte type,

 if type = 0: // cuboid
  Point min, Point max,

 if type = 1: // sphere
  Point center, Float radius

type indicates type of bounding volume
min, max limits of bounding box
center, radius description of bounding sphere

 

Notes

An informational variation of TKE_Bounding.