Skip to navigation


3D objects: scaffoldIndex

Name: scaffoldIndex [Show more] Type: Variable Category: 3D objects Summary: Index of an object's scaffold in the objectScaffold table Deep dive: Scaling objects with scaffolds
Context: See this variable in context in the source code References: This variable is used as follows: * DrawObject uses scaffoldIndex

Given an object type, this table contains the index range for the object's scaffold in the objectScaffold table.
.scaffoldIndex EQUB 0 \ Object type 0 = 0 to 7 EQUB 8 \ Object type 1 = 8 to 15 EQUB 16 \ Object type 2 = 16 to 23 EQUB 24 \ Object type 3 = 24 to 29 EQUB 30 \ Object type 4 = 30 to 37 EQUB 38 \ Object type 5 = 38 to 40 EQUB 41 \ Object type 6 = 41 to 43 EQUB 44 \ Object type 7 = 44 to 48 EQUB 49 \ Object type 8 = 49 to 52 EQUB 53 \ Object type 9 = 53 to 56 EQUB 57 \ Object type 10 = 57 to 61 EQUB 62 \ Object type 11 = 62 to 65 EQUB 66 \ Object type 12 = 66 to 69 EQUB 70