Parcourir la source

Update GTAONode.js

Add missing JSDoc annotation.
Michael Herzog il y a 6 mois
Parent
commit
71349adfc2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      examples/jsm/tsl/display/GTAONode.js

+ 1 - 0
examples/jsm/tsl/display/GTAONode.js

@@ -210,6 +210,7 @@ class GTAONode extends TempNode {
 		/**
 		 * Temporal direction that influences the rotation angle for each slice.
 		 *
+		 * @private
 		 * @type {UniformNode<float>}
 		 */
 		this._temporalDirection = uniform( 0 );

粤ICP备19079148号