Skip to content

Commit 742d846

Browse files
committed
Update notes to match Object Model
1 parent cdc399f commit 742d846

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/2.0/Khronos/KHR_interactivity/Specification.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,7 @@ Pointers containing `extras` properties are out of scope of this specification b
37813781
[NOTE]
37823782
.Authoring Note
37833783
====
3784-
The `/meshes/{}/weights` and `/nodes/{}/weights` pointers defined in the glTF Asset Object Model have the `float[]` type that is not supported by this extension. Any `pointer/get` node using those pointers would always have its `isValid` output value as false.
3784+
The `/nodes/{}/weights` pointer defined in the glTF Asset Object Model has the `float[]` type that is not supported by this extension. Any `pointer/get` node using that pointer would always have its `isValid` output value as false.
37853785
====
37863786

37873787
===== Pointer Set
@@ -3848,7 +3848,7 @@ When the `in` input flow is activated:
38483848
[NOTE]
38493849
.Authoring Note
38503850
====
3851-
The `/meshes/{}/weights` and `/nodes/{}/weights` pointers defined in the glTF Asset Object Model have the `float[]` type that is not supported by this extension. Any `pointer/set` node using those pointers would always activate only its `err` output flow.
3851+
The `/nodes/{}/weights` pointer defined in the glTF Asset Object Model has the `float[]` type that is not supported by this extension. Any `pointer/set` node using that pointer would always activate only its `err` output flow.
38523852
====
38533853

38543854
===== Pointer Interpolate
@@ -3959,7 +3959,7 @@ Certain control point values can cause the intermediate output progress value to
39593959
[NOTE]
39603960
.Authoring Note
39613961
====
3962-
The `/meshes/{}/weights` and `/nodes/{}/weights` pointers defined in the glTF Asset Object Model have the `float[]` type that is not supported by this extension. Any `pointer/interpolate` node using those pointers would always activate only its `err` output flow.
3962+
The `/nodes/{}/weights` pointer defined in the glTF Asset Object Model has the `float[]` type that is not supported by this extension. Any `pointer/interpolate` node using that pointer would always activate only its `err` output flow.
39633963
====
39643964

39653965
==== Animation Control Nodes

0 commit comments

Comments
 (0)