Skip to content

Commit e15f5c3

Browse files
authored
Change to boundingBoxExtents (#116)
Plural naming makes more sense
1 parent cc405d9 commit e15f5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ the model contents to the view displayed in the browser.
245245
of the model contents. If there is an animation present, the bounding box is computed based on the bind pose of
246246
the animation and remains static for the lifetime of the model. It does not update based on a change of
247247
the `entityTransform`.
248-
* `boundingBoxExtent`: a read-only `DOMPoint` that indicates the extent of the bounding box of the model
248+
* `boundingBoxExtents`: a read-only `DOMPoint` that indicates the extents of the bounding box of the model
249249
contents.
250250
* `duration`: a read-only `double` reflecting the un-scaled total duration of the animation, if present.
251251
If there is no animation on this model, the value is 0.

0 commit comments

Comments
 (0)