Drawable Model
Specification
A Drawable Model is an object derived from Drawable whose function is to package the geometry.
Parameters
Parameter
Meaning
Render Mask
Unknown behavior, it could have something to do with render order. If unsure leave it as 255
Unknown 1 (Hidden in UI)
Bones count if the Drawable has a skeleton.
Flags (Hidden in UI)
It has relation with certain behaviors, if unsure leave it as 0
LOD Level (Hidden in UI)
What LOD level is going to be used.
High > Medium > Low > Vlow
are available to choose.
The hidden parameters are automatically calculated upon export.
This object MUST have a Drawable as parent in any given circumstance.
A Drawable can have almost any number of Drawable Models.
Last updated