Explorar el Código

`setRandomFunction` -> `setRandomGenerator`

Garrett Johnson hace 4 años
padre
commit
23d2ca0166
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/jsm/math/MeshSurfaceSampler.js

+ 1 - 1
examples/jsm/math/MeshSurfaceSampler.js

@@ -105,7 +105,7 @@ var MeshSurfaceSampler = ( function () {
 
 		},
 
-		setRandomFunction: function ( randomFunction ) {
+		setRandomGenerator: function ( randomFunction ) {
 
 			this.randomFunction = randomFunction;
 			return this;