You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/framework/components/camera/component.js
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,12 @@ import { PostEffectQueue } from './post-effect-queue.js';
23
23
*/
24
24
25
25
/**
26
-
* Callback used by {@link CameraComponent#calculateTransform} and {@link CameraComponent#calculateProjection}.
27
-
*
28
26
* @callback CalculateMatrixCallback
27
+
* Callback used by {@link CameraComponent#calculateTransform} and {@link CameraComponent#calculateProjection}.
29
28
* @param {Mat4} transformMatrix - Output of the function.
30
-
* @param {number} view - Type of view. Can be {@link VIEW_CENTER}, {@link VIEW_LEFT} or {@link VIEW_RIGHT}. Left and right are only used in stereo rendering.
29
+
* @param {number} view - Type of view. Can be {@link VIEW_CENTER}, {@link VIEW_LEFT} or
30
+
* {@link VIEW_RIGHT}. Left and right are only used in stereo rendering.
0 commit comments