@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 • 692 B
TypeScript
import { IOrthographicCamera, ORTHOGRAPHIC_CAMERA_DIRECTION } from "@shapediver/viewer.rendering-engine.camera-engine";
import { IOrthographicCameraApi } from "../../interfaces/camera/IOrthographicCameraApi";
import { 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