lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
32 lines (31 loc) • 1.24 kB
TypeScript
import "./engine/polyfill";
export declare const PI: number;
export declare const PI2: number;
export declare const PI_HALF: number;
export declare const CM2M: number;
export declare const M2CM = 100;
export declare const WIDTH = 375;
export declare const HEIGHT = 667;
export declare const STANDARD_FRAME = 60;
export declare const INVERSE_STANDARD_FRAME: number;
export declare const CLICK_TIME = 300;
export declare const MIN_POLAR_ANGLE = 5;
export declare const MAX_POLAR_ANGLE = 175;
export declare const ORTHOGRAPHIC_FRUSTUM = 5.7;
export declare const NEAR = 0.1;
export declare const FAR = 1000;
export declare const SHADOW_BIAS = -0.0055;
export declare const DEBUG = false;
export declare const VERSION = "2.0.44";
export declare const USE_RUNTIME = false;
export declare const FRAME_WIDTH = 12;
export declare const FRAME_HEIGHT: number;
export declare const FRAME_MAX: number;
export declare const APPBAR_HEIGHT = 28;
export declare const PANELS_HEIGHT = 200;
export declare const LIBRARY_WIDTH = 200;
export declare const SCENEGRAPH_WIDTH = 200;
export declare const EDITOR_WIDTH = 300;
export declare const TREE_ITEM_HEIGHT = 18;
export declare const BACKGROUND_COLOR = "#121316";
export declare const IS_MOBILE: boolean;