David Catuhe %!s(int64=7) %!d(string=hai) anos
pai
achega
fbb2c262bf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Cameras/babylon.camera.ts

+ 4 - 0
src/Cameras/babylon.camera.ts

@@ -557,6 +557,10 @@
             return this._projectionMatrix;
         }
 
+        /**
+         * Gets the transformation matrix (ie. the multiplication of view by projection matrices)
+         * @returns a Matrix
+         */
         public getTransformationMatrix(): Matrix {
             this._computedViewMatrix.multiplyToRef(this._projectionMatrix, this._transformMatrix);
             return this._transformMatrix;