diff --git a/docs/api/core/Matrix4.html b/docs/api/core/Matrix4.html index cc49de74cd113e9921c1372f486e270d91301fc3..cb2aa1bd4c12583903001850c68ff56a72d283d0 100644 --- a/docs/api/core/Matrix4.html +++ b/docs/api/core/Matrix4.html @@ -26,9 +26,9 @@ var beta = Math.PI; 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.multiplySelf( m3 );