Explorar o código

Merge remote-tracking branch 'remotes/mrdoob/dev' into no-max-lights

alteredq %!s(int64=12) %!d(string=hai) anos
pai
achega
b5051840ed
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/api/core/Matrix4.html

+ 3 - 3
docs/api/core/Matrix4.html

@@ -26,9 +26,9 @@
 		var beta = Math.PI;
 		var beta = Math.PI;
 		var gamma = Math.PI/2;
 		var gamma = Math.PI/2;
 
 
-		m1.setRotationX( alpha );
-		m2.setRotationY( beta );
-		m3.setRotationZ( gamma );
+		m1.makeRotationX( alpha );
+		m2.makeRotationY( beta );
+		m3.makeRotationZ( gamma );
 
 
 		m.multiply( m1, m2 );
 		m.multiply( m1, m2 );
 		m.multiplySelf( m3 );
 		m.multiplySelf( m3 );