You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/2.0/Khronos/KHR_interactivity/Specification.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3781,7 +3781,7 @@ Pointers containing `extras` properties are out of scope of this specification b
3781
3781
[NOTE]
3782
3782
.Authoring Note
3783
3783
====
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.
3785
3785
====
3786
3786
3787
3787
===== Pointer Set
@@ -3848,7 +3848,7 @@ When the `in` input flow is activated:
3848
3848
[NOTE]
3849
3849
.Authoring Note
3850
3850
====
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.
3852
3852
====
3853
3853
3854
3854
===== Pointer Interpolate
@@ -3959,7 +3959,7 @@ Certain control point values can cause the intermediate output progress value to
3959
3959
[NOTE]
3960
3960
.Authoring Note
3961
3961
====
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.
0 commit comments