jandan138 commited on
Commit
f59c03c
·
1 Parent(s): e09e849

add simple 3d

Browse files
Files changed (1) hide show
  1. config.py +2 -1
config.py CHANGED
@@ -14,7 +14,8 @@ SCENE_CONFIGS = {
14
  "description": "Demo 1",
15
  "objects": ["bedroom", "kitchen", "living room", ""],
16
  "preview_image": "./assets/scene_1.png",
17
- "glb_path": "scene_assets/scene1_no_ceiling.glb",
 
18
  "scene_name": "17DRP5sb8fy",
19
  "default_instruction": "Walk past the left side of the bed and stop in the doorway."
20
  },
 
14
  "description": "Demo 1",
15
  "objects": ["bedroom", "kitchen", "living room", ""],
16
  "preview_image": "./assets/scene_1.png",
17
+ #"glb_path": "scene_assets/scene1_no_ceiling.glb",
18
+ "glb_path": "scene_assets/simply_3d.obj",
19
  "scene_name": "17DRP5sb8fy",
20
  "default_instruction": "Walk past the left side of the bed and stop in the doorway."
21
  },