ActorInfo.product.sbyml: Difference between revisions

aabb correction
(→‎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, which must have the following properties:
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 max radius for AttentionClients (Talk, Examine, ...)
|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 min radius for AttentionClients (Talk, Examine, ...)
|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
autopatrol, editnews
151

edits