We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245f821 commit 067d464Copy full SHA for 067d464
src/app/css3d-threejs/src/main.ts
@@ -10,7 +10,7 @@ import * as Cannon from 'cannon';
10
enum Texture {
11
BRICK = "assets/texture/Bricks.jpg",
12
EARTH = "./../../../assets/texture/earthmap.png",
13
- GAS_BRIGHT = "texture/Gaseous_Bright.jpg",
+ GAS_BRIGHT = "assets/texture/Gaseous_Bright.jpg",
14
GAS_DARK = "./../../../assets/texture/Gaseous_Dark.png",
15
GAS_GREEN = "./../../../assets/texture/Gaseous_Green.jpg",
16
MOON_BW = "./../../../assets/texture/Moon_BW.jpg",
0 commit comments