UNPKG

@shapediver/viewer.viewport

Version:

This is the npm package for the ShapeDiver Viewer Viewport API. For more information on ShapeDiver, please visit our [homepage](https://shapediver.com/).

11 lines 697 B
import { type IOrthographicCamera, ORTHOGRAPHIC_CAMERA_DIRECTION } from "@shapediver/viewer.rendering-engine.camera-engine"; import { type IOrthographicCameraApi } from "../../interfaces/camera/IOrthographicCameraApi"; import { type IViewportApi } from "../../interfaces/IViewportApi"; import { AbstractCameraApi } from "./AbstractCameraApi"; export declare class OrthographicCameraApi extends AbstractCameraApi implements IOrthographicCameraApi { #private; constructor(viewportApi: IViewportApi, camera: IOrthographicCamera); get direction(): ORTHOGRAPHIC_CAMERA_DIRECTION; set direction(value: ORTHOGRAPHIC_CAMERA_DIRECTION); } //# sourceMappingURL=OrthographicCameraApi.d.ts.map