Explorar el Código

Fixed spelling

Temdog007 hace 6 años
padre
commit
1d467d76ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/math/Lut.js

+ 1 - 1
examples/js/math/Lut.js

@@ -10,7 +10,7 @@ THREE.Lut = function ( colormap, numberofcolors ) {
 
 };
 
-var defaultLegendParamters = {
+var defaultLegendParameters = {
 	layout: 'vertical',
 	position: new THREE.Vector3(),
 	dimensions: { width: 0.5, height: 3 }