Skip to content

Commit

Permalink
The property 'parentIndex' was missing from the spec, but was present…
Browse files Browse the repository at this point in the history
… in the examples. (#97)

Co-authored-by: Richard Vargas <ric10786@esri.com>
  • Loading branch information
rvargasESRI and Richard Vargas authored Sep 3, 2020
1 parent 8799ca1 commit db9d295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/1.7/node.cmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The node object.
| Property | Type | Description |
| --- | --- | --- |
| **index** | integer | The index in the node array. May be **different than** material, geometry and attribute `resource` id. See [`mesh`](mesh.cmn.md) for more information. |
| parentIndex | integer | The index of the parent node in the node array. |
| lodThreshold | number | When to switch LoD. See [`nodepages[i].lodSelectionMetricType`](nodePageDefinition.cmn.md) for more information. |
| **obb** | [obb](obb.cmn.md) | Oriented bounding box for this node. |
| children | integer[] | index of the children nodes indices. |
Expand Down

0 comments on commit db9d295

Please sign in to comment.