UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

16 lines (15 loc) 708 B
export declare const WIDTH = 375; export declare const HEIGHT = 667; export declare const SHADOW_BIAS = -0.0005; export declare const SHADOW_DISTANCE = 3000; 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 = 10000; export declare const DUMMY_URL = "https://unpkg.com/lingo3d-dummy@1.0.4/assets/"; export declare const YBOT_URL: string; export declare const TEXTURES_URL = "https://unpkg.com/lingo3d-textures@1.0.3/assets/"; export declare const WATERNORMALS_URL: string; export declare const DEBUG = false; export declare const VERSION = "1.34.4";