mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
Remove JS documentation on 'loaded' parameter referencing unsupported model collision pick
This commit is contained in:
parent
6249d1c3aa
commit
22142a84b8
1 changed files with 3 additions and 1 deletions
|
@ -151,9 +151,11 @@ public:
|
|||
* @property {EntityItersection[]} entityIntersections The collision information of entities which intersect with the CollisionRegion. There may be multiple intersections with the same entity which represent distinct collision points.
|
||||
* @property {EntityItersection[]} avatarIntersections The collision information of avatars which intersect with the CollisionRegion. There may be multiple intersections with the same entity which represent distinct collision points.
|
||||
* @property {CollisionRegion} collisionRegion The CollisionRegion that was used. Valid even if there was no intersection.
|
||||
* @property {boolean} loaded If the CollisionRegion was successfully loaded (may be false if a model was used)
|
||||
*/
|
||||
|
||||
// TODO: Add this to the CollisionPickResult jsdoc once model collision picks are working
|
||||
//* @property {boolean} loaded If the CollisionRegion was successfully loaded (may be false if a model was used)
|
||||
|
||||
/**jsdoc
|
||||
* A pair of intersection points between a CollisionPick and an entity/avatar.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue