Skip to content

Commit e062392

Browse files
authored
Docs: Improve SkinningNode. (#30852)
1 parent 0266aed commit e062392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nodes/accessors/SkinningNode.js

+3-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)