Explorar el Código

Vector3.getScaleFromMatrix returns now the Vector-Object

Dominique Sandoz hace 13 años
padre
commit
4513b291dd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/Vector3.js

+ 1 - 0
src/core/Vector3.js

@@ -490,6 +490,7 @@ THREE.Vector3.prototype = {
 		this.y = sy;
 		this.z = sz;
 
+		return this;
 	},
 
 	equals: function ( v ) {