Skip to content

Commit f966a3f

Browse files
authored
Further clarify TRS properties in the Object Model (#2560)
1 parent 890607a commit f966a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/2.0/ObjectModel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The following pointer templates represent mutable properties defined in the core
192192
| `/nodes/{}/weights/{}` | `float`
193193
|====
194194

195-
The `/nodes/{}/translation`, `/nodes/{}/rotation`, and `/nodes/{}/scale` pointers represent the current TRS properties of the node. If the static `matrix` property is defined on the node object in JSON, the corresponding rotation and scale pointers are undefined.
195+
The `/nodes/{}/translation`, `/nodes/{}/rotation`, and `/nodes/{}/scale` pointers represent the current TRS properties of the node. If the static `matrix` property is defined on the node object in JSON, the corresponding rotation and scale pointers are undefined; the translation pointer is always defined.
196196

197197
[NOTE]
198198
.Rationale

0 commit comments

Comments
 (0)