File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class SkinningNode extends Node {
178
178
}
179
179
180
180
/**
181
- * Transforms the given vertex normal via skinning .
181
+ * Computes the transformed/skinned vertex position of the previous frame .
182
182
*
183
183
* @param {NodeBuilder } builder - The current node builder.
184
184
* @return {Node<vec3> } The skinned position from the previous frame.
@@ -200,7 +200,8 @@ class SkinningNode extends Node {
200
200
}
201
201
202
202
/**
203
- * Returns `true` if bone matrices from the previous frame are required.
203
+ * Returns `true` if bone matrices from the previous frame are required. Relevant
204
+ * when computing motion vectors with {@link VelocityNode}.
204
205
*
205
206
* @param {NodeBuilder } builder - The current node builder.
206
207
* @return {boolean } Whether bone matrices from the previous frame are required or not.
You can’t perform that action at this time.
0 commit comments