Update app.py
Browse files
app.py
CHANGED
|
@@ -256,8 +256,8 @@ EDITOR_TEMPLATE = '''
|
|
| 256 |
const textures = {
|
| 257 |
grass: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/grasslight-big.jpg'),
|
| 258 |
rock: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/rock.jpg'),
|
| 259 |
-
dirt: textureLoader.load('https://
|
| 260 |
-
snow: textureLoader.load('https://
|
| 261 |
sand: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/sand-512.jpg')
|
| 262 |
};
|
| 263 |
Object.values(textures).forEach(tex => {
|
|
|
|
| 256 |
const textures = {
|
| 257 |
grass: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/grasslight-big.jpg'),
|
| 258 |
rock: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/rock.jpg'),
|
| 259 |
+
dirt: textureLoader.load('https://junior3d.ru/texture/%D0%97%D0%B5%D0%BC%D0%BB%D1%8F/%D0%93%D1%80%D1%83%D0%BD%D1%82/%D0%B3%D1%80%D1%83%D0%BD%D1%82_59.jpg'),
|
| 260 |
+
snow: textureLoader.load('https://media.istockphoto.com/id/172725391/it/foto/tessuto-da-neve.jpg?s=170667a&w=0&k=20&c=FF0U8Fygybj-Qq1SPDOIhsqAqj_4GhTOTFK560TMxyA='),
|
| 261 |
sand: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/sand-512.jpg')
|
| 262 |
};
|
| 263 |
Object.values(textures).forEach(tex => {
|