File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 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 {
178178 }
179179
180180 /**
181- * Transforms the given vertex normal via skinning .
181+ * Computes the transformed/skinned vertex position of the previous frame .
182182 *
183183 * @param {NodeBuilder } builder - The current node builder.
184184 * @return {Node<vec3> } The skinned position from the previous frame.
@@ -200,7 +200,8 @@ class SkinningNode extends Node {
200200 }
201201
202202 /**
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}.
204205 *
205206 * @param {NodeBuilder } builder - The current node builder.
206207 * @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