update : put every constante in the data folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const PHYSICS_SCENE_BACKGROUND_COLOR = "#0b1018";
|
||||
|
||||
// CubeTextureLoader face order: +X, -X, +Y, -Y, +Z, -Z
|
||||
export const SKYBOX_FACES = [
|
||||
"/skybox/px.jpg",
|
||||
"/skybox/nx.jpg",
|
||||
"/skybox/py.jpg",
|
||||
"/skybox/ny.jpg",
|
||||
"/skybox/pz.jpg",
|
||||
"/skybox/nz.jpg",
|
||||
] as const;
|
||||
Reference in New Issue
Block a user