Răsfoiți Sursa

Update GTAONode.js

Add missing JSDoc annotation.
Michael Herzog 6 luni în urmă
părinte
comite
71349adfc2
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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号