Ver Fonte

`setRandomFunction` -> `setRandomGenerator`

Garrett Johnson há 4 anos atrás
pai
commit
23d2ca0166
1 ficheiros alterados com 1 adições e 1 exclusões
  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;