We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2f10a commit ac4b688Copy full SHA for ac4b688
src/nodes/accessors/Bitangent.js
@@ -8,6 +8,7 @@ import { tangentGeometry, tangentLocal, tangentView, tangentWorld, transformedTa
8
* Returns the bitangent node and assigns it to a varying if the material is not flat shaded.
9
*
10
* @tsl
11
+ * @private
12
* @param {Node<vec3>} crossNormalTangent - The cross product of the normal and tangent vectors.
13
* @param {string} varyingName - The name of the varying to assign the bitangent to.
14
* @returns {Node<vec3>} The bitangent node.
0 commit comments