Skip to content

Commit ac4b688

Browse files
authored
Update Bitangent.js
1 parent 5a2f10a commit ac4b688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nodes/accessors/Bitangent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { tangentGeometry, tangentLocal, tangentView, tangentWorld, transformedTa
88
* Returns the bitangent node and assigns it to a varying if the material is not flat shaded.
99
*
1010
* @tsl
11+
* @private
1112
* @param {Node<vec3>} crossNormalTangent - The cross product of the normal and tangent vectors.
1213
* @param {string} varyingName - The name of the varying to assign the bitangent to.
1314
* @returns {Node<vec3>} The bitangent node.

0 commit comments

Comments
 (0)