Atlas Engine
API Referenceatlas

ViewInformation

Camera position, target, and timing information supplied to frame-dependent delegates.

Module: atlas

Camera position, target, and timing information supplied to frame-dependent delegates.

Declaration

export type ViewInformation = {
        position: Position3d;
        target: Point3d;
        time: number;
        deltaTime: number;
    };

Properties

position

position: Position3d;

target

target: Point3d;

time

time: number;

deltaTime

deltaTime: number;

On this page