autopatrol, editnews
204
edits
(→Actors: aabb finally found out!) |
(aabb correction) |
||
Line 11: | Line 11: | ||
'''Actors''' is an array of dictionaries. It must be sorted in the same order as the Hashes section. | '''Actors''' is an array of dictionaries. It must be sorted in the same order as the Hashes section. | ||
Each actor has its own entry in this array, | Each actor has its own entry in this array. Each entry has several properties, based on the actor's profile. All profiles (and therefore all entries) must have, at least, the following properties: | ||
{| class="wikitable" | {| class="wikitable" | ||
!Key | !Key | ||
Line 19: | Line 19: | ||
|aabbMax | |aabbMax | ||
|float | |float | ||
|Defines | |Defines the maximum point for the axis-aligned bounding box (AABB) - the most-positive value on each axis that any of the actor's model's vertices inhabits. These values may (and probably do) come from three different vertices. | ||
|- | |- | ||
|aabbMin | |aabbMin | ||
|float | |float | ||
|Defines | |Defines the minimum point for the axis-aligned bounding box (AABB) - the most-negative value on each axis that any of the actor's model's vertices inhabits. These values may (and probably do) come from three different vertices. | ||
|- | |- | ||
|bugMask | |bugMask |