Kgshop commited on
Commit
b614848
·
verified ·
1 Parent(s): 514d34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/terrain/dirt_grass.jpg'),
260
- snow: textureLoader.load('https://cdn.jsdelivr.net/gh/mrdoob/three.js/examples/textures/snow.jpg'),
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 => {