diff --git a/packages/dev/core/src/Cameras/camera.ts b/packages/dev/core/src/Cameras/camera.ts index 0f253e5110e..9e2d071ba1a 100644 --- a/packages/dev/core/src/Cameras/camera.ts +++ b/packages/dev/core/src/Cameras/camera.ts @@ -25,7 +25,10 @@ import type { TargetCamera } from "./targetCamera"; import type { Ray } from "../Culling/ray"; import type { ArcRotateCamera } from "./arcRotateCamera"; -interface IObliqueParams { +/** + * Oblique projection values + */ +export interface IObliqueParams { /** The angle of the plane */ angle: number; /** The length of the plane */