Commit
·
b1f397d
1
Parent(s):
658ade0
Delete scenes
Browse filesFirst submission
Update README.md
Update README.md
Update README.md
This view is limited to 50 files because it contains too many changes.
See raw diff
- Interactive_scene/kitchen/.thumbs/256x256/Kitchen.usd.png +2 -2
- Interactive_scene/kitchen/Kitchen.usd +2 -2
- Interactive_scene/kitchen/script/fridge_control_for_0.py +5 -5
- README.md +141 -1
- scenes/children_room/06ChildrenRoom/model_06ChildrenRoom.usd → assets/open_door.mp4 +2 -2
- assets/open_fridge.mp4 +3 -0
- scenes/.thumbs/256x256/3floor_all.usd.png → assets/open_oven.png +2 -2
- assets/oven_open.mp4 +3 -0
- scenes/.thumbs/256x256/3floor_all_daylight.usd.png → assets/turn_on.mp4 +2 -2
- scenes/.thumbs/256x256/3floor_all_night.usd.png → assets/turn_on_the_light.png +2 -2
- scenes/.collect.mapping.json +0 -821
- scenes/children_room/.collect.mapping.json +0 -95
- scenes/children_room/06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png +0 -3
- scenes/children_room/06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png +0 -3
- scenes/children_room/06ChildrenRoom/resource/material.usd +0 -0
- scenes/children_room/06ChildrenRoom/resource/v_2144154/link_49504_0.usd +0 -0
- scenes/children_room/BedsideTable/model_BedsideTable.usd +0 -0
- scenes/children_room/BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png +0 -3
- scenes/children_room/BedsideTable/resource/material.usd +0 -0
- scenes/children_room/BedsideTable/resource/v_69323/link_0_0.usd +0 -3
- scenes/children_room/Children_room.usd +0 -0
- scenes/children_room/Isaac Sim 4.5/isaac-sim-assets/materials/2023_2_1/base/emissives/Light_2600K.mdl +0 -42
- scenes/children_room/ShoolDesk/model_shoolDesk.usd +0 -0
- scenes/children_room/ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png +0 -3
- scenes/children_room/ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png +0 -3
- scenes/children_room/ShoolDesk/resource/material.usd +0 -0
- scenes/children_room/ShoolDesk/resource/v_69323/link_0_0.usd +0 -3
- scenes/children_room/bed01/model_bed01.usd +0 -0
- scenes/children_room/bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png +0 -3
- scenes/children_room/bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png +0 -3
- scenes/children_room/bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png +0 -3
- scenes/children_room/bed01/resource/material.usd +0 -0
- scenes/children_room/bed01/resource/v_69323/link_0_0.usd +0 -3
- scenes/children_room/bookshelf/model_bookshelf.usd +0 -0
- scenes/children_room/bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png +0 -3
- scenes/children_room/bookshelf/resource/material.usd +0 -0
- scenes/children_room/bookshelf/resource/v_69323/link_0_0.usd +0 -3
- scenes/children_room/chair/model_chair.usd +0 -0
- scenes/children_room/chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png +0 -3
- scenes/children_room/chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png +0 -3
- scenes/children_room/chair/resource/material.usd +0 -0
- scenes/children_room/chair/resource/v_69323/link_0_0.usd +0 -3
- scenes/children_room/shelf/model_shelf.usd +0 -0
- scenes/children_room/shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png +0 -3
- scenes/children_room/shelf/resource/material.usd +0 -0
- scenes/children_room/shelf/resource/v_69323/link_0_0.usd +0 -0
- scenes/children_room/wardrobe/model_wardrobe.usd +0 -0
- scenes/children_room/wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png +0 -3
- scenes/children_room/wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png +0 -3
- scenes/children_room/wardrobe/resource/material.usd +0 -0
Interactive_scene/kitchen/.thumbs/256x256/Kitchen.usd.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
Interactive_scene/kitchen/Kitchen.usd
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdbf37028709d371e0486b3b89dbda45c1e4c05820413338d29e51d38fffc2b2
|
3 |
+
size 171977871
|
Interactive_scene/kitchen/script/fridge_control_for_0.py
CHANGED
@@ -44,10 +44,10 @@ def calculate_stiffness(joint_state):
|
|
44 |
float: Stiffness value
|
45 |
"""
|
46 |
# Parameters configuration
|
47 |
-
max_stiffness =
|
48 |
-
min_stiffness =
|
49 |
decay_rate = 2 # Decay rate
|
50 |
-
threshold = math.radians(
|
51 |
|
52 |
# Use exponential decay function to calculate stiffness
|
53 |
if joint_state >= threshold:
|
@@ -191,12 +191,12 @@ class MagneticFridgeControl(BehaviorScript):
|
|
191 |
|
192 |
def target_pose_control(self):
|
193 |
|
194 |
-
if self.left_joint_state > abs(math.radians(
|
195 |
self.dc.set_dof_position_target(self.joint_handles[0], math.radians(-90))
|
196 |
else:
|
197 |
self.dc.set_dof_position_target(self.joint_handles[0], math.radians(0))
|
198 |
|
199 |
-
if self.right_joint_state > abs(math.radians(
|
200 |
self.dc.set_dof_position_target(self.joint_handles[1], math.radians(90))
|
201 |
else:
|
202 |
self.dc.set_dof_position_target(self.joint_handles[1], math.radians(0))
|
|
|
44 |
float: Stiffness value
|
45 |
"""
|
46 |
# Parameters configuration
|
47 |
+
max_stiffness = 20 # Maximum stiffness
|
48 |
+
min_stiffness = 1 # Minimum stiffness
|
49 |
decay_rate = 2 # Decay rate
|
50 |
+
threshold = math.radians(30) # Threshold angle (radians)
|
51 |
|
52 |
# Use exponential decay function to calculate stiffness
|
53 |
if joint_state >= threshold:
|
|
|
191 |
|
192 |
def target_pose_control(self):
|
193 |
|
194 |
+
if self.left_joint_state > abs(math.radians(30)):
|
195 |
self.dc.set_dof_position_target(self.joint_handles[0], math.radians(-90))
|
196 |
else:
|
197 |
self.dc.set_dof_position_target(self.joint_handles[0], math.radians(0))
|
198 |
|
199 |
+
if self.right_joint_state > abs(math.radians(30)):
|
200 |
self.dc.set_dof_position_target(self.joint_handles[1], math.radians(90))
|
201 |
else:
|
202 |
self.dc.set_dof_position_target(self.joint_handles[1], math.radians(0))
|
README.md
CHANGED
@@ -13,4 +13,144 @@ task_categories:
|
|
13 |
language:
|
14 |
- en
|
15 |
pretty_name: ArtVIP
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
language:
|
14 |
- en
|
15 |
pretty_name: ArtVIP
|
16 |
+
---
|
17 |
+
|
18 |
+
# ArtVIP dataset card
|
19 |
+
|
20 |
+
## Key Features
|
21 |
+
|
22 |
+
✅ We release a collection of 26 categories, **206 high-quality digital-twin articulated objects**.
|
23 |
+
|
24 |
+
✅ We provide digital-twin scene assets and configured scenarios integrating articulated objects within scene for immediate use.
|
25 |
+
|
26 |
+
✅ All assets are provided in **USD format** and are **open-source**.
|
27 |
+
|
28 |
+
✅ The detailed production process and standard offer comprehensive guidance to facilitate community adoption and replication.
|
29 |
+
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
### Dataset Structure
|
34 |
+
|
35 |
+
1. **Articulated objects**
|
36 |
+
|
37 |
+
| Articulated objects | Items |
|
38 |
+
|-----------------------|-----------------------------------------------------------------------|
|
39 |
+
| Household Items | basket, cardboard_box, mop, pump_bottle, stationery, tongs, toolbox, trash_can |
|
40 |
+
| Large Furniture | cupboard, wardrobe |
|
41 |
+
| Major Appliances | built-in_oven, dishwasher, refrigerator, standing_fan, toilet, washing_machine, water_dispenser |
|
42 |
+
| Small Appliances | coffee_machine, laptop, microwave, oven, rice_cooker, table_fan, water_dispenser |
|
43 |
+
| Small Furniture | cabinet, chair, faucet, filing_cabinet, shoe_cabinet, table |
|
44 |
+
|
45 |
+
|
46 |
+
2. **Scenes**
|
47 |
+
|
48 |
+
| Scene Type | Included Scenes |
|
49 |
+
|---------------------|---------------------------------------------------------------------------------|
|
50 |
+
| Children's Room | 🏠 `children_room` |
|
51 |
+
| Dining Room | 🍽️ `dining_room` |
|
52 |
+
| Kitchen | 🔪 `kitchen` |
|
53 |
+
| Kitchen with Parlor | 🛋️ `kitchen_with_parlor` |
|
54 |
+
| Large Living Room | 🖼️ `large_living_room` |
|
55 |
+
| Small Living Room | 📺 `small_living_room` |
|
56 |
+
|
57 |
+
3. **Interactive Scenes**
|
58 |
+
|
59 |
+
| Scene Type | Interactive Scenes |
|
60 |
+
|---------------------|-------------------------------------------------|
|
61 |
+
| Children's Room | 🎮 `children_room` |
|
62 |
+
| Kitchen | 🔪 `kitchen`
|
63 |
+
|
64 |
+
|
65 |
+
---
|
66 |
+
|
67 |
+
|
68 |
+
|
69 |
+
## Dataset information
|
70 |
+
|
71 |
+
### Description
|
72 |
+
|
73 |
+
ArtVIP, a com-prehensive open-source dataset comprising high-quality digital-twin articulated objects, accompanied by indoor-scene assets. Crafted by professional 3D modelers adhering to unified standards, ArtVIP ensures visual realism through precise ge-ometric meshes and high-resolution textures, while physical fidelity is achieved via fine-tuned dynamic parameters. Meanwhile, the dataset pioneers embedded modular interaction behaviors within assets and pixel-level affordance annotations. Feature-map visualization and optical motion capture are employed to quantitatively demonstrate ArtVIP’s visual and physical fidelity, with its applicability validated across imitation learning and reinforcement learning experiments. Provided in USD format with detailed production guidelines, ArtVIP is fully open-source, benefiting the research community and advancing robot learning research.
|
74 |
+
|
75 |
+
### How to use
|
76 |
+
1. **Install Isaac Sim 4.5**
|
77 |
+
- Official Documentation: [https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html)
|
78 |
+
|
79 |
+
- Linux Version Download: [https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip](https://download.isaacsim.omniverse.nvidia.com/isaac-sim-standalone%404.5.0-rc.36%2Brelease.19112.f59b3005.gl.linux-x86_64.release.zip)
|
80 |
+
|
81 |
+
- Installation steps:
|
82 |
+
```bash
|
83 |
+
# Create installation directory
|
84 |
+
mkdir ~/isaacsim
|
85 |
+
|
86 |
+
# Unzip package (assuming downloaded to ~/Downloads)
|
87 |
+
cd ~/Downloads
|
88 |
+
unzip "[email protected]+release.19112.f59b3005.gl.linux-x86_64.release.zip" -d ~/isaacsim
|
89 |
+
|
90 |
+
# Run post-installation setup
|
91 |
+
cd ~/isaacsim
|
92 |
+
./post_install.sh
|
93 |
+
|
94 |
+
# Launch Isaac Sim
|
95 |
+
./isaac-sim.sh
|
96 |
+
### Examples
|
97 |
+
|
98 |
+
**Kitchen Scene Interaction Demo**:
|
99 |
+
1. Locate the scene file: `Interactive_scene/kitchen/Kitchen.usd`
|
100 |
+
2. Open in Isaac Sim and click ▶️ PLAY
|
101 |
+
3. **Force Application**:
|
102 |
+
- Hold `SHIFT + Left Click` and drag to apply external forces (highlighted in green in the demonstration image)
|
103 |
+
|
104 |
+

|
105 |
+
|
106 |
+
1. **Available Interactions**:
|
107 |
+
- Press switches to open doors
|
108 |
+
- Toggle light switches
|
109 |
+
- Operate microwave buttons
|
110 |
+
- Open refrigerator doors
|
111 |
+
|
112 |
+
|
113 |
+
<div align="center" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0;">
|
114 |
+
|
115 |
+
<!-- Door Opening -->
|
116 |
+
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
117 |
+
<video controls muted playsinline width="100%">
|
118 |
+
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/open_door.mp4" type="video/mp4">
|
119 |
+
</video>
|
120 |
+
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
|
121 |
+
🚪 Door Operation Demo
|
122 |
+
</p>
|
123 |
+
</div>
|
124 |
+
|
125 |
+
<!-- Light Switch -->
|
126 |
+
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
127 |
+
<video controls muted playsinline width="100%">
|
128 |
+
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/turn_on.mp4" type="video/mp4">
|
129 |
+
</video>
|
130 |
+
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
|
131 |
+
💡 Light Switch Activation
|
132 |
+
</p>
|
133 |
+
</div>
|
134 |
+
|
135 |
+
<!-- Oven Operation -->
|
136 |
+
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
137 |
+
<video controls muted playsinline width="100%">
|
138 |
+
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/oven_open.mp4" type="video/mp4">
|
139 |
+
</video>
|
140 |
+
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
|
141 |
+
🔥 Oven Door Articulation
|
142 |
+
</p>
|
143 |
+
</div>
|
144 |
+
|
145 |
+
<!-- Refrigerator Demo -->
|
146 |
+
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
|
147 |
+
<video controls muted playsinline width="100%">
|
148 |
+
<source src="https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP/resolve/main/assets/open_fridge.mp4" type="video/mp4">
|
149 |
+
</video>
|
150 |
+
<p style="text-align: center; margin: 8px 0; font-size: 0.9em; color: #666;">
|
151 |
+
❄️ Refrigerator Interaction
|
152 |
+
</p>
|
153 |
+
</div>
|
154 |
+
|
155 |
+
</div>
|
156 |
+
|
scenes/children_room/06ChildrenRoom/model_06ChildrenRoom.usd → assets/open_door.mp4
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d8d2ff50adcacfeabcb75c615e616891b0e412f41390cc236e873ebeeae6944
|
3 |
+
size 737891
|
assets/open_fridge.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0755aece3c19ab1531435891c684fdbb40db6f2786da9f9dcd5c0639dd0ae734
|
3 |
+
size 2647242
|
scenes/.thumbs/256x256/3floor_all.usd.png → assets/open_oven.png
RENAMED
File without changes
|
assets/oven_open.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c10033723d690d531278e5ba29c96a841ec9683cfb3ed49ac5bf519f65c5317f
|
3 |
+
size 3840331
|
scenes/.thumbs/256x256/3floor_all_daylight.usd.png → assets/turn_on.mp4
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bb7ca59873799af7b67f32209107cdc4df46b7639caae2c259158cbf43d62aa
|
3 |
+
size 689160
|
scenes/.thumbs/256x256/3floor_all_night.usd.png → assets/turn_on_the_light.png
RENAMED
File without changes
|
scenes/.collect.mapping.json
DELETED
@@ -1,821 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"version": "1.0",
|
3 |
-
"file_records": [
|
4 |
-
{
|
5 |
-
"source_url": "C:/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
6 |
-
"source_hash": "746f39cddfe20aad7ecbef35453e93ad2c514e28",
|
7 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
8 |
-
"target_hash": "d7811c3121b5c3acc2fbf83f10739b3399de23e2"
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_01.png",
|
12 |
-
"source_hash": "94f13ddcbc0632785c369b9ff208a2fd657094a2",
|
13 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_01.png",
|
14 |
-
"target_hash": "94f13ddcbc0632785c369b9ff208a2fd657094a2"
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_02.jpg",
|
18 |
-
"source_hash": "bdfb89349ddce36b5e9563597b29aaf5a135ee88",
|
19 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_02.jpg",
|
20 |
-
"target_hash": "bdfb89349ddce36b5e9563597b29aaf5a135ee88"
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_03.jpg",
|
24 |
-
"source_hash": "3049cbc89caf9f30df41a7a242b360e0104a7a34",
|
25 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_04_03.jpg",
|
26 |
-
"target_hash": "3049cbc89caf9f30df41a7a242b360e0104a7a34"
|
27 |
-
},
|
28 |
-
{
|
29 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_04.jpg",
|
30 |
-
"source_hash": "10d517b884456ec2ca28cb7c79c785e801235a6c",
|
31 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_04.jpg",
|
32 |
-
"target_hash": "10d517b884456ec2ca28cb7c79c785e801235a6c"
|
33 |
-
},
|
34 |
-
{
|
35 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_05.jpg",
|
36 |
-
"source_hash": "02864b8c0e5165dcdb9d3c12fbaef52ba672e3ac",
|
37 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_05.jpg",
|
38 |
-
"target_hash": "02864b8c0e5165dcdb9d3c12fbaef52ba672e3ac"
|
39 |
-
},
|
40 |
-
{
|
41 |
-
"source_url": "C:/Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_06.jpg",
|
42 |
-
"source_hash": "f27f2e74b60ad9ba1aebbe2f1592dc085a9d8833",
|
43 |
-
"target_url": "./Users/jujux/AppData/Local/Temp/f6d1688fed8e4e15/textures/T_02_ZS_BX_05_06.jpg",
|
44 |
-
"target_hash": "f27f2e74b60ad9ba1aebbe2f1592dc085a9d8833"
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/04SimpleLivingRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
48 |
-
"source_hash": "9fe570a047b286babdce4ee10890676071b10168",
|
49 |
-
"target_url": "./04SimpleLivingRoom/04SimpleLivingRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
50 |
-
"target_hash": "9fe570a047b286babdce4ee10890676071b10168"
|
51 |
-
},
|
52 |
-
{
|
53 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/04SimpleLivingRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
54 |
-
"source_hash": "bf8af02de375297f65223209b4d3e99a74ad3ad0",
|
55 |
-
"target_url": "./04SimpleLivingRoom/04SimpleLivingRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
56 |
-
"target_hash": "bf8af02de375297f65223209b4d3e99a74ad3ad0"
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_diffuse_xtm.jpg",
|
60 |
-
"source_hash": "288a3697db6e63e1bd85591f3f13195e7bfe4f0c",
|
61 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_diffuse_xtm.jpg",
|
62 |
-
"target_hash": "288a3697db6e63e1bd85591f3f13195e7bfe4f0c"
|
63 |
-
},
|
64 |
-
{
|
65 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_metal_xtm.jpg",
|
66 |
-
"source_hash": "25bb99b6f44965e574f5051fe46cfc5468e5b37b",
|
67 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_metal_xtm.jpg",
|
68 |
-
"target_hash": "25bb99b6f44965e574f5051fe46cfc5468e5b37b"
|
69 |
-
},
|
70 |
-
{
|
71 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_normal_xtm.jpg",
|
72 |
-
"source_hash": "f33061ba6f7e2f05cdaa3449b42a7680e8da8a47",
|
73 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_normal_xtm.jpg",
|
74 |
-
"target_hash": "f33061ba6f7e2f05cdaa3449b42a7680e8da8a47"
|
75 |
-
},
|
76 |
-
{
|
77 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_roughness_xtm.jpg",
|
78 |
-
"source_hash": "994f6651cddfc6e0a72c06eef2fa00b3dd29b398",
|
79 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/Planks06_roughness_xtm.jpg",
|
80 |
-
"target_hash": "994f6651cddfc6e0a72c06eef2fa00b3dd29b398"
|
81 |
-
},
|
82 |
-
{
|
83 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_diffuse_xtm.jpg",
|
84 |
-
"source_hash": "8b801d47b40947efff4c9ccfeace61addab554d9",
|
85 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_diffuse_xtm.jpg",
|
86 |
-
"target_hash": "8b801d47b40947efff4c9ccfeace61addab554d9"
|
87 |
-
},
|
88 |
-
{
|
89 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_normal_xtm.jpg",
|
90 |
-
"source_hash": "ae5f142e93a1fbfb53d763a1bc0edc3945c7d271",
|
91 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_normal_xtm.jpg",
|
92 |
-
"target_hash": "ae5f142e93a1fbfb53d763a1bc0edc3945c7d271"
|
93 |
-
},
|
94 |
-
{
|
95 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_specular_xtm.jpg",
|
96 |
-
"source_hash": "10c216f1ab8bbd77738ab3a207d616fcc3164464",
|
97 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-005/textures/concrete_white_specular_xtm.jpg",
|
98 |
-
"target_hash": "10c216f1ab8bbd77738ab3a207d616fcc3164464"
|
99 |
-
},
|
100 |
-
{
|
101 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_diffuse_xtm.jpg",
|
102 |
-
"source_hash": "bf0e5487693e2ad95d9424751d85810a279dc60b",
|
103 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_diffuse_xtm.jpg",
|
104 |
-
"target_hash": "bf0e5487693e2ad95d9424751d85810a279dc60b"
|
105 |
-
},
|
106 |
-
{
|
107 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_normal_xtm.jpg",
|
108 |
-
"source_hash": "70fa8e9bb1c4afe6a670646da32020c3aa350c60",
|
109 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_normal_xtm.jpg",
|
110 |
-
"target_hash": "70fa8e9bb1c4afe6a670646da32020c3aa350c60"
|
111 |
-
},
|
112 |
-
{
|
113 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_specular_xtm.jpg",
|
114 |
-
"source_hash": "5898b7c20e890593d5ea3f944eba4ebbf02db7b0",
|
115 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-003/textures/concrete_white_specular_xtm.jpg",
|
116 |
-
"target_hash": "5898b7c20e890593d5ea3f944eba4ebbf02db7b0"
|
117 |
-
},
|
118 |
-
{
|
119 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_diffuse_xtm.jpg",
|
120 |
-
"source_hash": "fdbd753647851a9c05e724220c9099f6250a409d",
|
121 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_diffuse_xtm.jpg",
|
122 |
-
"target_hash": "fdbd753647851a9c05e724220c9099f6250a409d"
|
123 |
-
},
|
124 |
-
{
|
125 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_normal_xtm.jpg",
|
126 |
-
"source_hash": "8c3b5f6313a9465cb8b6db03547d2391f176d9b8",
|
127 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_normal_xtm.jpg",
|
128 |
-
"target_hash": "8c3b5f6313a9465cb8b6db03547d2391f176d9b8"
|
129 |
-
},
|
130 |
-
{
|
131 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_specular_xtm.jpg",
|
132 |
-
"source_hash": "6dc6b716da2c7377fcfc73501b83628c31a15019",
|
133 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-001/textures/concrete_white_specular_xtm.jpg",
|
134 |
-
"target_hash": "6dc6b716da2c7377fcfc73501b83628c31a15019"
|
135 |
-
},
|
136 |
-
{
|
137 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_diffuse_xtm.jpg",
|
138 |
-
"source_hash": "c92a8e64901b4b88a9e215dd1e763e7ee60af64d",
|
139 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_diffuse_xtm.jpg",
|
140 |
-
"target_hash": "c92a8e64901b4b88a9e215dd1e763e7ee60af64d"
|
141 |
-
},
|
142 |
-
{
|
143 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_normal_xtm.jpg",
|
144 |
-
"source_hash": "011d17567faa06121b62b9a457027e64bda4db69",
|
145 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_normal_xtm.jpg",
|
146 |
-
"target_hash": "011d17567faa06121b62b9a457027e64bda4db69"
|
147 |
-
},
|
148 |
-
{
|
149 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_specular_xtm.jpg",
|
150 |
-
"source_hash": "67f3ca2cf439bd38f88d91169a358e402ecc0321",
|
151 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-004/textures/concrete_white_specular_xtm.jpg",
|
152 |
-
"target_hash": "67f3ca2cf439bd38f88d91169a358e402ecc0321"
|
153 |
-
},
|
154 |
-
{
|
155 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_diffuse_xtm.png",
|
156 |
-
"source_hash": "1447bf7a62c4ae5a648ad3ebb14e096c23026320",
|
157 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_diffuse_xtm.png",
|
158 |
-
"target_hash": "1447bf7a62c4ae5a648ad3ebb14e096c23026320"
|
159 |
-
},
|
160 |
-
{
|
161 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_normal_xtm.png",
|
162 |
-
"source_hash": "aab1347d46db02540dde3b5946972531f59d7b27",
|
163 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_normal_xtm.png",
|
164 |
-
"target_hash": "aab1347d46db02540dde3b5946972531f59d7b27"
|
165 |
-
},
|
166 |
-
{
|
167 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_roughness_xtm.png",
|
168 |
-
"source_hash": "20ccbef09f70c5b9a9752bec5040a44ad82fccc6",
|
169 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/Arrows_road_marking_01_roughness_xtm.png",
|
170 |
-
"target_hash": "20ccbef09f70c5b9a9752bec5040a44ad82fccc6"
|
171 |
-
},
|
172 |
-
{
|
173 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_diffuse_xtm.jpg",
|
174 |
-
"source_hash": "829637936cf0f4facca2ae92e9c2528ee81fcf1d",
|
175 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_diffuse_xtm.jpg",
|
176 |
-
"target_hash": "829637936cf0f4facca2ae92e9c2528ee81fcf1d"
|
177 |
-
},
|
178 |
-
{
|
179 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_normal_xtm.jpg",
|
180 |
-
"source_hash": "820aff8adcb724072fa51e33a8e15f9dd5390004",
|
181 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_normal_xtm.jpg",
|
182 |
-
"target_hash": "820aff8adcb724072fa51e33a8e15f9dd5390004"
|
183 |
-
},
|
184 |
-
{
|
185 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_specular_xtm.jpg",
|
186 |
-
"source_hash": "e99be658a54e95a7c81e8f4e23b5dfc073119ee0",
|
187 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-002/textures/concrete_white_specular_xtm.jpg",
|
188 |
-
"target_hash": "e99be658a54e95a7c81e8f4e23b5dfc073119ee0"
|
189 |
-
},
|
190 |
-
{
|
191 |
-
"source_url": "C:/xingxing/3floor/05kitchen/fridge/Collected_model_fridge/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2900K.mdl",
|
192 |
-
"source_hash": "4859c1f2b6461eb5302f934323ce4da54674e9b1",
|
193 |
-
"target_url": "./05kitchen/fridge/Collected_model_fridge/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2900K.mdl",
|
194 |
-
"target_hash": "54993d0d5d8d90ac5281aae693e661f7f798d0d7"
|
195 |
-
},
|
196 |
-
{
|
197 |
-
"source_url": "C:/xingxing/3floor/05kitchen/fridge/Collected_model_fridge/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
198 |
-
"source_hash": "b0138d9df8e20729d8d636cb6272c631d1a421e0",
|
199 |
-
"target_url": "./05kitchen/fridge/Collected_model_fridge/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
200 |
-
"target_hash": "294fe463419b51093d0d2e4160b6c5aa4b3293aa"
|
201 |
-
},
|
202 |
-
{
|
203 |
-
"source_url": "C:/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2600K.mdl",
|
204 |
-
"source_hash": "4ed2ee0b59c12629f84d8622b80852fe8883eee2",
|
205 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2600K.mdl",
|
206 |
-
"target_hash": "803066e5b9bbe53b611f0bb38838bdbfc98566a2"
|
207 |
-
},
|
208 |
-
{
|
209 |
-
"source_url": "C:/xingxing/3floor/05kitchen/oven03/resource/img/3dc867ea7a737e83b9295bafdf5b24c3.png",
|
210 |
-
"source_hash": "ad221bf552a0b4a73f371a0a683362f73f62b51b",
|
211 |
-
"target_url": "./05kitchen/oven03/resource/img/3dc867ea7a737e83b9295bafdf5b24c3.png",
|
212 |
-
"target_hash": "ad221bf552a0b4a73f371a0a683362f73f62b51b"
|
213 |
-
},
|
214 |
-
{
|
215 |
-
"source_url": "C:/xingxing/3floor/05kitchen/oven03/resource/img/c6dbd8d68ea359d0d49d4c4e39f3a080.png",
|
216 |
-
"source_hash": "b70131672ad2582ed4de6977ca358a1f4cc8d144",
|
217 |
-
"target_url": "./05kitchen/oven03/resource/img/c6dbd8d68ea359d0d49d4c4e39f3a080.png",
|
218 |
-
"target_hash": "b70131672ad2582ed4de6977ca358a1f4cc8d144"
|
219 |
-
},
|
220 |
-
{
|
221 |
-
"source_url": "C:/xingxing/3floor/05kitchen/oven03/resource/img/ee69344a9e8b2e377ccc57a83f592e69.png",
|
222 |
-
"source_hash": "8e7ecef51881778e04f5f9fdaec104d758c2faad",
|
223 |
-
"target_url": "./05kitchen/oven03/resource/img/ee69344a9e8b2e377ccc57a83f592e69.png",
|
224 |
-
"target_hash": "8e7ecef51881778e04f5f9fdaec104d758c2faad"
|
225 |
-
},
|
226 |
-
{
|
227 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/bookshelf/resource/img/fa7515099803ee688a421719ac50c7e0.png",
|
228 |
-
"source_hash": "90f3a50ebe38c9bc4ee7c04be714e6108b57b8df",
|
229 |
-
"target_url": "./02ChineseStyleLivingRoom/bookshelf/resource/img/fa7515099803ee688a421719ac50c7e0.png",
|
230 |
-
"target_hash": "90f3a50ebe38c9bc4ee7c04be714e6108b57b8df"
|
231 |
-
},
|
232 |
-
{
|
233 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-11CabinetB/resource/img/47e62735bb81ebd55a3b96179f4ca477.png",
|
234 |
-
"source_hash": "9327e27a13fe60614f82f91a1d04e39596c390de",
|
235 |
-
"target_url": "./01KitchenParlor/1-11CabinetB/resource/img/47e62735bb81ebd55a3b96179f4ca477.png",
|
236 |
-
"target_hash": "9327e27a13fe60614f82f91a1d04e39596c390de"
|
237 |
-
},
|
238 |
-
{
|
239 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-11CabinetB/resource/img/b5438c25905693520be7b48998be40a7.png",
|
240 |
-
"source_hash": "ab1d4ffe198869de0f44df2fbbc3ce0c25ffced3",
|
241 |
-
"target_url": "./01KitchenParlor/1-11CabinetB/resource/img/b5438c25905693520be7b48998be40a7.png",
|
242 |
-
"target_hash": "ab1d4ffe198869de0f44df2fbbc3ce0c25ffced3"
|
243 |
-
},
|
244 |
-
{
|
245 |
-
"source_url": "C:/xingxing/3floor/05kitchen/fridge/Collected_model_fridge/resource/img/77bb7e13f95488b9bba205f61774cfac.png",
|
246 |
-
"source_hash": "c07051aa83b35dd8b467a8d0c53b81e044407b1b",
|
247 |
-
"target_url": "./05kitchen/fridge/Collected_model_fridge/resource/img/77bb7e13f95488b9bba205f61774cfac.png",
|
248 |
-
"target_hash": "c07051aa83b35dd8b467a8d0c53b81e044407b1b"
|
249 |
-
},
|
250 |
-
{
|
251 |
-
"source_url": "C:/xingxing/3floor/05kitchen/fridge/Collected_model_fridge/resource/img/85e802b65576ab52c15d2ad699874710.png",
|
252 |
-
"source_hash": "7ef21ae578acc42d5f146c4039712c6a1b5ddc94",
|
253 |
-
"target_url": "./05kitchen/fridge/Collected_model_fridge/resource/img/85e802b65576ab52c15d2ad699874710.png",
|
254 |
-
"target_hash": "7ef21ae578acc42d5f146c4039712c6a1b5ddc94"
|
255 |
-
},
|
256 |
-
{
|
257 |
-
"source_url": "C:/xingxing/3floor/05kitchen/fridge/Collected_model_fridge/resource/img/ba71f64c7269bdc410f2b92f325c6388.png",
|
258 |
-
"source_hash": "9979673a4f210c93d1e30f17e42bfe01872bb60c",
|
259 |
-
"target_url": "./05kitchen/fridge/Collected_model_fridge/resource/img/ba71f64c7269bdc410f2b92f325c6388.png",
|
260 |
-
"target_hash": "9979673a4f210c93d1e30f17e42bfe01872bb60c"
|
261 |
-
},
|
262 |
-
{
|
263 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/SmallTable/resource/img/2d85354d10ff995b3e33e7873eb46992.png",
|
264 |
-
"source_hash": "d72a8518c70299c68a0ff8018a4ef70edf6ede34",
|
265 |
-
"target_url": "./02ChineseStyleLivingRoom/SmallTable/resource/img/2d85354d10ff995b3e33e7873eb46992.png",
|
266 |
-
"target_hash": "d72a8518c70299c68a0ff8018a4ef70edf6ede34"
|
267 |
-
},
|
268 |
-
{
|
269 |
-
"source_url": "C:/xingxing/3floor/05kitchen/cupboard/resource/img/a1de9af06c43afe3f4fbdd5d9fcfa79a.png",
|
270 |
-
"source_hash": "fa320c23430fc0927b1040a3afcdcb93d0e801eb",
|
271 |
-
"target_url": "./05kitchen/cupboard/resource/img/a1de9af06c43afe3f4fbdd5d9fcfa79a.png",
|
272 |
-
"target_hash": "fa320c23430fc0927b1040a3afcdcb93d0e801eb"
|
273 |
-
},
|
274 |
-
{
|
275 |
-
"source_url": "C:/xingxing/3floor/05kitchen/cupboard/resource/img/e1ce27d4a18e263cbbe06f765fd4d644.png",
|
276 |
-
"source_hash": "1fa0ee44b52ef27330008ad5b292112d2636e9c4",
|
277 |
-
"target_url": "./05kitchen/cupboard/resource/img/e1ce27d4a18e263cbbe06f765fd4d644.png",
|
278 |
-
"target_hash": "1fa0ee44b52ef27330008ad5b292112d2636e9c4"
|
279 |
-
},
|
280 |
-
{
|
281 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
282 |
-
"source_hash": "fef2b01cc194f5b6fba1b69da8e692d1316ec979",
|
283 |
-
"target_url": "./06ChildrenRoom/shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
284 |
-
"target_hash": "fef2b01cc194f5b6fba1b69da8e692d1316ec979"
|
285 |
-
},
|
286 |
-
{
|
287 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-05TeaTable/resource/img/b5438c25905693520be7b48998be40a7.png",
|
288 |
-
"source_hash": "b679a8c509f0853b8ad9ecd1ec706fdaa68f475d",
|
289 |
-
"target_url": "./01KitchenParlor/1-05TeaTable/resource/img/b5438c25905693520be7b48998be40a7.png",
|
290 |
-
"target_hash": "b679a8c509f0853b8ad9ecd1ec706fdaa68f475d"
|
291 |
-
},
|
292 |
-
{
|
293 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
294 |
-
"source_hash": "e65003ac146d17523e01229c6de5321f4c7691a8",
|
295 |
-
"target_url": "./06ChildrenRoom/06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
296 |
-
"target_hash": "e65003ac146d17523e01229c6de5321f4c7691a8"
|
297 |
-
},
|
298 |
-
{
|
299 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
300 |
-
"source_hash": "337748ff44bf6467525c4811b05879962ffc3ed9",
|
301 |
-
"target_url": "./06ChildrenRoom/06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
302 |
-
"target_hash": "337748ff44bf6467525c4811b05879962ffc3ed9"
|
303 |
-
},
|
304 |
-
{
|
305 |
-
"source_url": "C:/xingxing/3floor/05kitchen/bakingChamber/resource/img/419aea259f6f2c988c02fb910563f422.png",
|
306 |
-
"source_hash": "c9793d3f4140694f04ac98bc70a1349ad8e89be5",
|
307 |
-
"target_url": "./05kitchen/bakingChamber/resource/img/419aea259f6f2c988c02fb910563f422.png",
|
308 |
-
"target_hash": "c9793d3f4140694f04ac98bc70a1349ad8e89be5"
|
309 |
-
},
|
310 |
-
{
|
311 |
-
"source_url": "C:/xingxing/3floor/05kitchen/bakingChamber/resource/img/bf896d81095621de426f0626dbd7dc4e.png",
|
312 |
-
"source_hash": "1b416d81a7249aba79399bfd774ccddd9fc93f23",
|
313 |
-
"target_url": "./05kitchen/bakingChamber/resource/img/bf896d81095621de426f0626dbd7dc4e.png",
|
314 |
-
"target_hash": "1b416d81a7249aba79399bfd774ccddd9fc93f23"
|
315 |
-
},
|
316 |
-
{
|
317 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/chair/resource/img/0db1d3f80cc35c8c8e1da9404969b6b5.png",
|
318 |
-
"source_hash": "e43c83afb6d53f4bafb5e99c423e1bd0db8e7f44",
|
319 |
-
"target_url": "./02ChineseStyleLivingRoom/chair/resource/img/0db1d3f80cc35c8c8e1da9404969b6b5.png",
|
320 |
-
"target_hash": "e43c83afb6d53f4bafb5e99c423e1bd0db8e7f44"
|
321 |
-
},
|
322 |
-
{
|
323 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/chair/resource/img/32d78278e5aea1830707a7afaad8180c.png",
|
324 |
-
"source_hash": "32f361bdb066f4c347765e31dcfbf1d66b200e53",
|
325 |
-
"target_url": "./02ChineseStyleLivingRoom/chair/resource/img/32d78278e5aea1830707a7afaad8180c.png",
|
326 |
-
"target_hash": "32f361bdb066f4c347765e31dcfbf1d66b200e53"
|
327 |
-
},
|
328 |
-
{
|
329 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-10Cabinet/resource/img/e9f7c719a9c4fd93f4f8cbaf7f905858.png",
|
330 |
-
"source_hash": "b6f444eed50c3dbeffc53905822c22e033197b46",
|
331 |
-
"target_url": "./01KitchenParlor/1-10Cabinet/resource/img/e9f7c719a9c4fd93f4f8cbaf7f905858.png",
|
332 |
-
"target_hash": "b6f444eed50c3dbeffc53905822c22e033197b46"
|
333 |
-
},
|
334 |
-
{
|
335 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/03TVCabinet/resource/img/e9f7c719a9c4fd93f4f8cbaf7f905858.png",
|
336 |
-
"source_hash": "171faf81698a944c3016d33328317ad2562ca4d5",
|
337 |
-
"target_url": "./01KitchenParlor/03TVCabinet/resource/img/e9f7c719a9c4fd93f4f8cbaf7f905858.png",
|
338 |
-
"target_hash": "171faf81698a944c3016d33328317ad2562ca4d5"
|
339 |
-
},
|
340 |
-
{
|
341 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/WashingMachine/resource/img/3d2d8a1c8fae283acdac197381b58d37.png",
|
342 |
-
"source_hash": "e47b66d7f9404be1726271957436ff54ca634331",
|
343 |
-
"target_url": "./01KitchenParlor/WashingMachine/resource/img/3d2d8a1c8fae283acdac197381b58d37.png",
|
344 |
-
"target_hash": "e47b66d7f9404be1726271957436ff54ca634331"
|
345 |
-
},
|
346 |
-
{
|
347 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/WashingMachine/resource/img/b99afd5d429b11ac912a7f5d4fe9614e.png",
|
348 |
-
"source_hash": "f2ba0ea8261aad5698caf0b7ad574b72006687a7",
|
349 |
-
"target_url": "./01KitchenParlor/WashingMachine/resource/img/b99afd5d429b11ac912a7f5d4fe9614e.png",
|
350 |
-
"target_hash": "f2ba0ea8261aad5698caf0b7ad574b72006687a7"
|
351 |
-
},
|
352 |
-
{
|
353 |
-
"source_url": "C:/xingxing/3floor/03restaurant/03restaurant/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
354 |
-
"source_hash": "9fe570a047b286babdce4ee10890676071b10168",
|
355 |
-
"target_url": "./03restaurant/03restaurant/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
356 |
-
"target_hash": "9fe570a047b286babdce4ee10890676071b10168"
|
357 |
-
},
|
358 |
-
{
|
359 |
-
"source_url": "C:/xingxing/3floor/03restaurant/03restaurant/resource/img/6d7caa1042f542ff7c68054637d22bb5.png",
|
360 |
-
"source_hash": "eee383c279fee3a42d52032fd81aee6d4fdd1f25",
|
361 |
-
"target_url": "./03restaurant/03restaurant/resource/img/6d7caa1042f542ff7c68054637d22bb5.png",
|
362 |
-
"target_hash": "eee383c279fee3a42d52032fd81aee6d4fdd1f25"
|
363 |
-
},
|
364 |
-
{
|
365 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
366 |
-
"source_hash": "cda3b488eb4d93448e96dfe5dba314c112b6431b",
|
367 |
-
"target_url": "./06ChildrenRoom/ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
368 |
-
"target_hash": "cda3b488eb4d93448e96dfe5dba314c112b6431b"
|
369 |
-
},
|
370 |
-
{
|
371 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png",
|
372 |
-
"source_hash": "c8897a0c7567ab3deb488bd4b39147e95641cc9f",
|
373 |
-
"target_url": "./06ChildrenRoom/ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png",
|
374 |
-
"target_hash": "c8897a0c7567ab3deb488bd4b39147e95641cc9f"
|
375 |
-
},
|
376 |
-
{
|
377 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-13Board/resource/img/b5438c25905693520be7b48998be40a7.png",
|
378 |
-
"source_hash": "355a114b2a28e79d04f76c8083120844fd6473ba",
|
379 |
-
"target_url": "./01KitchenParlor/1-13Board/resource/img/b5438c25905693520be7b48998be40a7.png",
|
380 |
-
"target_hash": "355a114b2a28e79d04f76c8083120844fd6473ba"
|
381 |
-
},
|
382 |
-
{
|
383 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
384 |
-
"source_hash": "64774d3442f218e05cee2c469979a764d62c989b",
|
385 |
-
"target_url": "./06ChildrenRoom/chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
386 |
-
"target_hash": "64774d3442f218e05cee2c469979a764d62c989b"
|
387 |
-
},
|
388 |
-
{
|
389 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png",
|
390 |
-
"source_hash": "191f9abffd5877523851742d53874856c62f3957",
|
391 |
-
"target_url": "./06ChildrenRoom/chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png",
|
392 |
-
"target_hash": "191f9abffd5877523851742d53874856c62f3957"
|
393 |
-
},
|
394 |
-
{
|
395 |
-
"source_url": "C:/xingxing/3floor/05kitchen/door1/Collected_model_door/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
396 |
-
"source_hash": "9ad0e1e3ac01af635cda9f23bebc0a96f9b2519a",
|
397 |
-
"target_url": "./05kitchen/door1/Collected_model_door/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
398 |
-
"target_hash": "98f0532f01259a2d7986a43bb1ba94346bd1dea8"
|
399 |
-
},
|
400 |
-
{
|
401 |
-
"source_url": "C:/xingxing/3floor/05kitchen/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass_1.mdl",
|
402 |
-
"source_hash": "9ad0e1e3ac01af635cda9f23bebc0a96f9b2519a",
|
403 |
-
"target_url": "./05kitchen/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass_1.mdl",
|
404 |
-
"target_hash": "0baceb46a2ae8ace38ae8f660706f820f9693e16"
|
405 |
-
},
|
406 |
-
{
|
407 |
-
"source_url": "C:/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Tinted_Glass_R02.mdl",
|
408 |
-
"source_hash": "835e37e9664e7cae639c3f73293b25827c4cfc19",
|
409 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Tinted_Glass_R02.mdl",
|
410 |
-
"target_hash": "1c0f1e1985fca4354ceba7c52a761a96cdba56ce"
|
411 |
-
},
|
412 |
-
{
|
413 |
-
"source_url": "C:/xingxing/3floor/05kitchen/05kitchen/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
414 |
-
"source_hash": "b66ac8a7eeaa852ea10963ae6e8f8be4f9604a4a",
|
415 |
-
"target_url": "./05kitchen/05kitchen/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
416 |
-
"target_hash": "b66ac8a7eeaa852ea10963ae6e8f8be4f9604a4a"
|
417 |
-
},
|
418 |
-
{
|
419 |
-
"source_url": "C:/xingxing/3floor/05kitchen/PlateRack/resource/img/96d2aab1300f7af1b43d4faba58f9a24.png",
|
420 |
-
"source_hash": "06577bb9c2103e6aaf1205cda5fb7a16531f0d5a",
|
421 |
-
"target_url": "./05kitchen/PlateRack/resource/img/96d2aab1300f7af1b43d4faba58f9a24.png",
|
422 |
-
"target_hash": "06577bb9c2103e6aaf1205cda5fb7a16531f0d5a"
|
423 |
-
},
|
424 |
-
{
|
425 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-01Fridge01/resource/img/32adb75199325f8270775c7a8481517d.png",
|
426 |
-
"source_hash": "d58e3c63c5a40e1fa03bdf09b5de984d4182107e",
|
427 |
-
"target_url": "./01KitchenParlor/1-01Fridge01/resource/img/32adb75199325f8270775c7a8481517d.png",
|
428 |
-
"target_hash": "d58e3c63c5a40e1fa03bdf09b5de984d4182107e"
|
429 |
-
},
|
430 |
-
{
|
431 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-01Fridge01/resource/img/784a68d0ef54e5962c2515a17c6d0ddb.png",
|
432 |
-
"source_hash": "6a51fc280f330f051b11bbcbd0f3c895d0ba0b3f",
|
433 |
-
"target_url": "./01KitchenParlor/1-01Fridge01/resource/img/784a68d0ef54e5962c2515a17c6d0ddb.png",
|
434 |
-
"target_hash": "6a51fc280f330f051b11bbcbd0f3c895d0ba0b3f"
|
435 |
-
},
|
436 |
-
{
|
437 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-01Fridge01/resource/img/cbf9d5794cec67e3eba76beb14be75ef.png",
|
438 |
-
"source_hash": "6f3d0b0ebbc88a728744fe47e6241a09d8396212",
|
439 |
-
"target_url": "./01KitchenParlor/1-01Fridge01/resource/img/cbf9d5794cec67e3eba76beb14be75ef.png",
|
440 |
-
"target_hash": "6f3d0b0ebbc88a728744fe47e6241a09d8396212"
|
441 |
-
},
|
442 |
-
{
|
443 |
-
"source_url": "C:/xingxing/3floor/05kitchen/door1/Collected_model_door/resource/img/6366c5857f42c6ea10353faca2f3578f.png",
|
444 |
-
"source_hash": "f585c7ee1b484150bd18e5354318ed1613f65891",
|
445 |
-
"target_url": "./05kitchen/door1/Collected_model_door/resource/img/6366c5857f42c6ea10353faca2f3578f.png",
|
446 |
-
"target_hash": "f585c7ee1b484150bd18e5354318ed1613f65891"
|
447 |
-
},
|
448 |
-
{
|
449 |
-
"source_url": "C:/xingxing/3floor/05kitchen/door1/Collected_model_door/resource/img/f04aa2e42ab2db9d7691fdd62c41d398.png",
|
450 |
-
"source_hash": "e5b3e94a1d82eea99363cf15436e72d46555335e",
|
451 |
-
"target_url": "./05kitchen/door1/Collected_model_door/resource/img/f04aa2e42ab2db9d7691fdd62c41d398.png",
|
452 |
-
"target_hash": "e5b3e94a1d82eea99363cf15436e72d46555335e"
|
453 |
-
},
|
454 |
-
{
|
455 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/01KitchenParlor/resource/img/3bb23ac398fd6ee91727e94752ad0269.png",
|
456 |
-
"source_hash": "b550d2f39c1074ed2c20f9bb9b139049f73af65a",
|
457 |
-
"target_url": "./01KitchenParlor/01KitchenParlor/resource/img/3bb23ac398fd6ee91727e94752ad0269.png",
|
458 |
-
"target_hash": "b550d2f39c1074ed2c20f9bb9b139049f73af65a"
|
459 |
-
},
|
460 |
-
{
|
461 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/01KitchenParlor/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
462 |
-
"source_hash": "9fe570a047b286babdce4ee10890676071b10168",
|
463 |
-
"target_url": "./01KitchenParlor/01KitchenParlor/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
464 |
-
"target_hash": "9fe570a047b286babdce4ee10890676071b10168"
|
465 |
-
},
|
466 |
-
{
|
467 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/01KitchenParlor/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
468 |
-
"source_hash": "bf8af02de375297f65223209b4d3e99a74ad3ad0",
|
469 |
-
"target_url": "./01KitchenParlor/01KitchenParlor/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
470 |
-
"target_hash": "bf8af02de375297f65223209b4d3e99a74ad3ad0"
|
471 |
-
},
|
472 |
-
{
|
473 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-02Cupboard/resource/img/678119daf7295b124a9e78c1fbd3fb99.png",
|
474 |
-
"source_hash": "510ae8802e1a8a778452f197f6eeb2258af0d409",
|
475 |
-
"target_url": "./01KitchenParlor/1-02Cupboard/resource/img/678119daf7295b124a9e78c1fbd3fb99.png",
|
476 |
-
"target_hash": "510ae8802e1a8a778452f197f6eeb2258af0d409"
|
477 |
-
},
|
478 |
-
{
|
479 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-02Cupboard/resource/img/8f490156ad318ef0045c7bcfa5088ce3.png",
|
480 |
-
"source_hash": "105456874fe1982b34bdcfc9994a7d5f62626ebb",
|
481 |
-
"target_url": "./01KitchenParlor/1-02Cupboard/resource/img/8f490156ad318ef0045c7bcfa5088ce3.png",
|
482 |
-
"target_hash": "105456874fe1982b34bdcfc9994a7d5f62626ebb"
|
483 |
-
},
|
484 |
-
{
|
485 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-02Cupboard/resource/img/a014ee5de2002ee43da0cb1384212e3e.png",
|
486 |
-
"source_hash": "982433def27293b4508b0fdf816d311cf680a3fc",
|
487 |
-
"target_url": "./01KitchenParlor/1-02Cupboard/resource/img/a014ee5de2002ee43da0cb1384212e3e.png",
|
488 |
-
"target_hash": "982433def27293b4508b0fdf816d311cf680a3fc"
|
489 |
-
},
|
490 |
-
{
|
491 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png",
|
492 |
-
"source_hash": "8d477c5ec7c378d5a02086e7c7f4dece8b53fc0a",
|
493 |
-
"target_url": "./06ChildrenRoom/bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png",
|
494 |
-
"target_hash": "8d477c5ec7c378d5a02086e7c7f4dece8b53fc0a"
|
495 |
-
},
|
496 |
-
{
|
497 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
498 |
-
"source_hash": "664c9630dc45fa049d1acccd3d72747257230d74",
|
499 |
-
"target_url": "./06ChildrenRoom/bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
500 |
-
"target_hash": "664c9630dc45fa049d1acccd3d72747257230d74"
|
501 |
-
},
|
502 |
-
{
|
503 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png",
|
504 |
-
"source_hash": "108870f64d18680fda4584bb083f1c6491f197ef",
|
505 |
-
"target_url": "./06ChildrenRoom/bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png",
|
506 |
-
"target_hash": "108870f64d18680fda4584bb083f1c6491f197ef"
|
507 |
-
},
|
508 |
-
{
|
509 |
-
"source_url": "C:/xingxing/3floor/0corridor/0corridor/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
510 |
-
"source_hash": "f06285d66ce9959bebb2ddd924639e5b257f9d15",
|
511 |
-
"target_url": "./0corridor/0corridor/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
512 |
-
"target_hash": "f06285d66ce9959bebb2ddd924639e5b257f9d15"
|
513 |
-
},
|
514 |
-
{
|
515 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/5-8oven/resource/img/3dc867ea7a737e83b9295bafdf5b24c3.png",
|
516 |
-
"source_hash": "04848f449e9afa044c81558f46f105c0b24ef813",
|
517 |
-
"target_url": "./01KitchenParlor/5-8oven/resource/img/3dc867ea7a737e83b9295bafdf5b24c3.png",
|
518 |
-
"target_hash": "04848f449e9afa044c81558f46f105c0b24ef813"
|
519 |
-
},
|
520 |
-
{
|
521 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/5-8oven/resource/img/c6dbd8d68ea359d0d49d4c4e39f3a080.png",
|
522 |
-
"source_hash": "4cc9c7f4bafba44fd45ee7dd9d6f931a041169f1",
|
523 |
-
"target_url": "./01KitchenParlor/5-8oven/resource/img/c6dbd8d68ea359d0d49d4c4e39f3a080.png",
|
524 |
-
"target_hash": "4cc9c7f4bafba44fd45ee7dd9d6f931a041169f1"
|
525 |
-
},
|
526 |
-
{
|
527 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/5-8oven/resource/img/ee69344a9e8b2e377ccc57a83f592e69.png",
|
528 |
-
"source_hash": "f5ad01f0c1f610cf6bf18c9124de4f61f9567c01",
|
529 |
-
"target_url": "./01KitchenParlor/5-8oven/resource/img/ee69344a9e8b2e377ccc57a83f592e69.png",
|
530 |
-
"target_hash": "f5ad01f0c1f610cf6bf18c9124de4f61f9567c01"
|
531 |
-
},
|
532 |
-
{
|
533 |
-
"source_url": "C:/xingxing/3floor/03restaurant/DiningChair01/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
534 |
-
"source_hash": "2398a6ee56a8ef471deaa0aa46a3df094db5b52f",
|
535 |
-
"target_url": "./03restaurant/DiningChair01/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
536 |
-
"target_hash": "2398a6ee56a8ef471deaa0aa46a3df094db5b52f"
|
537 |
-
},
|
538 |
-
{
|
539 |
-
"source_url": "C:/xingxing/3floor/03restaurant/DiningChair01/resource/img/70e3885ca898a40c4d2332b2407ff194.png",
|
540 |
-
"source_hash": "0abb8e6b2387ae3dba750f8a0d32909d0da07d2b",
|
541 |
-
"target_url": "./03restaurant/DiningChair01/resource/img/70e3885ca898a40c4d2332b2407ff194.png",
|
542 |
-
"target_hash": "0abb8e6b2387ae3dba750f8a0d32909d0da07d2b"
|
543 |
-
},
|
544 |
-
{
|
545 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/TVCabinet/resource/img/32c772295474812e5aa2347710b4132a.png",
|
546 |
-
"source_hash": "10ace824629b754aa1b45cc6d66e33ac95322b81",
|
547 |
-
"target_url": "./02ChineseStyleLivingRoom/TVCabinet/resource/img/32c772295474812e5aa2347710b4132a.png",
|
548 |
-
"target_hash": "10ace824629b754aa1b45cc6d66e33ac95322b81"
|
549 |
-
},
|
550 |
-
{
|
551 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
552 |
-
"source_hash": "773ad19d1ef8e2b54bb365c5520e94c407aaab53",
|
553 |
-
"target_url": "./06ChildrenRoom/bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
554 |
-
"target_hash": "773ad19d1ef8e2b54bb365c5520e94c407aaab53"
|
555 |
-
},
|
556 |
-
{
|
557 |
-
"source_url": "C:/xingxing/3floor/05kitchen/LargeCabinet/resource/img/70b3ba18e7792def494f4242d23483f0.png",
|
558 |
-
"source_hash": "986196c470193b42bd6aec053f00a1c2cab2f604",
|
559 |
-
"target_url": "./05kitchen/LargeCabinet/resource/img/70b3ba18e7792def494f4242d23483f0.png",
|
560 |
-
"target_hash": "986196c470193b42bd6aec053f00a1c2cab2f604"
|
561 |
-
},
|
562 |
-
{
|
563 |
-
"source_url": "C:/xingxing/3floor/05kitchen/LargeCabinet/resource/img/db1f9caa281cd3369080818d337d7bde.png",
|
564 |
-
"source_hash": "d428216e277a5f380688e06e7de158a03b03b03d",
|
565 |
-
"target_url": "./05kitchen/LargeCabinet/resource/img/db1f9caa281cd3369080818d337d7bde.png",
|
566 |
-
"target_hash": "d428216e277a5f380688e06e7de158a03b03b03d"
|
567 |
-
},
|
568 |
-
{
|
569 |
-
"source_url": "C:/xingxing/3floor/05kitchen/LargeCabinet/resource/img/e1ce27d4a18e263cbbe06f765fd4d644.png",
|
570 |
-
"source_hash": "033a5f8a406474a63bbfb61b8d4fb9d9372b37c2",
|
571 |
-
"target_url": "./05kitchen/LargeCabinet/resource/img/e1ce27d4a18e263cbbe06f765fd4d644.png",
|
572 |
-
"target_hash": "033a5f8a406474a63bbfb61b8d4fb9d9372b37c2"
|
573 |
-
},
|
574 |
-
{
|
575 |
-
"source_url": "C:/xingxing/3floor/05kitchen/riceCooker/Collected_model_riceCooker/C/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
576 |
-
"source_hash": "84ad42c907c46affa7a3c6b30f054f5b285d8449",
|
577 |
-
"target_url": "./05kitchen/riceCooker/Collected_model_riceCooker/C/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
578 |
-
"target_hash": "7c13733e77beb29429c8f256d40a4f7b141ea0ee"
|
579 |
-
},
|
580 |
-
{
|
581 |
-
"source_url": "C:/xingxing/3floor/05kitchen/Collected_model_juicer/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
582 |
-
"source_hash": "34da6b2eeb5f683ed8817ec6326158db90798b76",
|
583 |
-
"target_url": "./05kitchen/Collected_model_juicer/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Glass/Clear_Glass.mdl",
|
584 |
-
"target_hash": "7c13733e77beb29429c8f256d40a4f7b141ea0ee"
|
585 |
-
},
|
586 |
-
{
|
587 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/shelf/resource/img/5ee06c853b2236214f3bf91bbe638554.png",
|
588 |
-
"source_hash": "d72a8518c70299c68a0ff8018a4ef70edf6ede34",
|
589 |
-
"target_url": "./02ChineseStyleLivingRoom/shelf/resource/img/5ee06c853b2236214f3bf91bbe638554.png",
|
590 |
-
"target_hash": "d72a8518c70299c68a0ff8018a4ef70edf6ede34"
|
591 |
-
},
|
592 |
-
{
|
593 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-09BarChair/resource/img/b5438c25905693520be7b48998be40a7.png",
|
594 |
-
"source_hash": "3fae302971952e9ac987ca02ec3c0a6d0ba31bbb",
|
595 |
-
"target_url": "./01KitchenParlor/1-09BarChair/resource/img/b5438c25905693520be7b48998be40a7.png",
|
596 |
-
"target_hash": "3fae302971952e9ac987ca02ec3c0a6d0ba31bbb"
|
597 |
-
},
|
598 |
-
{
|
599 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-09BarChair/resource/img/b97545e9e751c9bc730747adb76511c7.png",
|
600 |
-
"source_hash": "1c4ca8109734236cc4c91c84a6144d25b06735c7",
|
601 |
-
"target_url": "./01KitchenParlor/1-09BarChair/resource/img/b97545e9e751c9bc730747adb76511c7.png",
|
602 |
-
"target_hash": "1c4ca8109734236cc4c91c84a6144d25b06735c7"
|
603 |
-
},
|
604 |
-
{
|
605 |
-
"source_url": "C:/xingxing/3floor/05kitchen/riceCooker/Collected_model_riceCooker/resource/img/68c578a5f45f44f78b02b38c68a24753.png",
|
606 |
-
"source_hash": "a9ea4c16c970aca711742b3e9564943a77a8749f",
|
607 |
-
"target_url": "./05kitchen/riceCooker/Collected_model_riceCooker/resource/img/68c578a5f45f44f78b02b38c68a24753.png",
|
608 |
-
"target_hash": "a9ea4c16c970aca711742b3e9564943a77a8749f"
|
609 |
-
},
|
610 |
-
{
|
611 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTableChair02/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
612 |
-
"source_hash": "42c8e748db2705889bdef318770b73fd2fa659a6",
|
613 |
-
"target_url": "./03restaurant/TeaTableChair02/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
614 |
-
"target_hash": "42c8e748db2705889bdef318770b73fd2fa659a6"
|
615 |
-
},
|
616 |
-
{
|
617 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTableChair02/resource/img/867d252835a3df9d6984d620faf67719.png",
|
618 |
-
"source_hash": "6be51e6a5428d2428a6e42514217cd29a3e9bbc9",
|
619 |
-
"target_url": "./03restaurant/TeaTableChair02/resource/img/867d252835a3df9d6984d620faf67719.png",
|
620 |
-
"target_hash": "6be51e6a5428d2428a6e42514217cd29a3e9bbc9"
|
621 |
-
},
|
622 |
-
{
|
623 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/3bb23ac398fd6ee91727e94752ad0269.png",
|
624 |
-
"source_hash": "8c07faf136662ef6a7b4b1299dd1a40e3e8dc032",
|
625 |
-
"target_url": "./02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/3bb23ac398fd6ee91727e94752ad0269.png",
|
626 |
-
"target_hash": "8c07faf136662ef6a7b4b1299dd1a40e3e8dc032"
|
627 |
-
},
|
628 |
-
{
|
629 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
630 |
-
"source_hash": "71b8a440746fd59e69407d674125a1c13a5ad575",
|
631 |
-
"target_url": "./02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
632 |
-
"target_hash": "71b8a440746fd59e69407d674125a1c13a5ad575"
|
633 |
-
},
|
634 |
-
{
|
635 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/6d7caa1042f542ff7c68054637d22bb5.png",
|
636 |
-
"source_hash": "a47bb0a1e5901bd9139c49e0521c8b530a0ca09b",
|
637 |
-
"target_url": "./02ChineseStyleLivingRoom/02ChineseStyleLivingRoom-1/resource/img/6d7caa1042f542ff7c68054637d22bb5.png",
|
638 |
-
"target_hash": "a47bb0a1e5901bd9139c49e0521c8b530a0ca09b"
|
639 |
-
},
|
640 |
-
{
|
641 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTableChair/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
642 |
-
"source_hash": "7716215e3930000e91681240c95298955b1212e9",
|
643 |
-
"target_url": "./03restaurant/TeaTableChair/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
644 |
-
"target_hash": "7716215e3930000e91681240c95298955b1212e9"
|
645 |
-
},
|
646 |
-
{
|
647 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTableChair/resource/img/867d252835a3df9d6984d620faf67719.png",
|
648 |
-
"source_hash": "2546e75d5c2a0d6e43d591a5ba5dbee4ee56774a",
|
649 |
-
"target_url": "./03restaurant/TeaTableChair/resource/img/867d252835a3df9d6984d620faf67719.png",
|
650 |
-
"target_hash": "2546e75d5c2a0d6e43d591a5ba5dbee4ee56774a"
|
651 |
-
},
|
652 |
-
{
|
653 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-14Sofa/resource/img/ca709989e44dada136ae92c5849ace23.png",
|
654 |
-
"source_hash": "effae8a3b39e5412a41468d1dbda1fd6837a998a",
|
655 |
-
"target_url": "./01KitchenParlor/1-14Sofa/resource/img/ca709989e44dada136ae92c5849ace23.png",
|
656 |
-
"target_hash": "effae8a3b39e5412a41468d1dbda1fd6837a998a"
|
657 |
-
},
|
658 |
-
{
|
659 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-14Sofa/resource/img/e1c436d42a0b8eca85272af1f48f831e.png",
|
660 |
-
"source_hash": "378f0c48a6a844f69f77a7d57eb9f737a2de0602",
|
661 |
-
"target_url": "./01KitchenParlor/1-14Sofa/resource/img/e1c436d42a0b8eca85272af1f48f831e.png",
|
662 |
-
"target_hash": "378f0c48a6a844f69f77a7d57eb9f737a2de0602"
|
663 |
-
},
|
664 |
-
{
|
665 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-08Oven/resource/img/b5438c25905693520be7b48998be40a7.png",
|
666 |
-
"source_hash": "3fae302971952e9ac987ca02ec3c0a6d0ba31bbb",
|
667 |
-
"target_url": "./01KitchenParlor/1-08Oven/resource/img/b5438c25905693520be7b48998be40a7.png",
|
668 |
-
"target_hash": "3fae302971952e9ac987ca02ec3c0a6d0ba31bbb"
|
669 |
-
},
|
670 |
-
{
|
671 |
-
"source_url": "C:/xingxing/3floor/05kitchen/Collected_model_juicer/resource/img/7649ad78322090d1c640ac4e841b01d3.png",
|
672 |
-
"source_hash": "0719e42945f7e4617fc281bf9a2ef65cb3bc18cc",
|
673 |
-
"target_url": "./05kitchen/Collected_model_juicer/resource/img/7649ad78322090d1c640ac4e841b01d3.png",
|
674 |
-
"target_hash": "0719e42945f7e4617fc281bf9a2ef65cb3bc18cc"
|
675 |
-
},
|
676 |
-
{
|
677 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-15RoundTable/resource/img/b5438c25905693520be7b48998be40a7.png",
|
678 |
-
"source_hash": "db5806380072d3e1c1f1f3bfdd70670039c4140d",
|
679 |
-
"target_url": "./01KitchenParlor/1-15RoundTable/resource/img/b5438c25905693520be7b48998be40a7.png",
|
680 |
-
"target_hash": "db5806380072d3e1c1f1f3bfdd70670039c4140d"
|
681 |
-
},
|
682 |
-
{
|
683 |
-
"source_url": "C:/xingxing/3floor/03restaurant/board/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
684 |
-
"source_hash": "905b9d2c54638ffbb8b02767fc5e7e6812902334",
|
685 |
-
"target_url": "./03restaurant/board/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
686 |
-
"target_hash": "905b9d2c54638ffbb8b02767fc5e7e6812902334"
|
687 |
-
},
|
688 |
-
{
|
689 |
-
"source_url": "C:/xingxing/3floor/03restaurant/bookcase/resource/img/11bdb78a07246d25ffe031827fdaec7f.png",
|
690 |
-
"source_hash": "2660f6f55740934e77cce946cd2b7b95505867be",
|
691 |
-
"target_url": "./03restaurant/bookcase/resource/img/11bdb78a07246d25ffe031827fdaec7f.png",
|
692 |
-
"target_hash": "2660f6f55740934e77cce946cd2b7b95505867be"
|
693 |
-
},
|
694 |
-
{
|
695 |
-
"source_url": "C:/xingxing/3floor/03restaurant/bookcase/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
696 |
-
"source_hash": "0f5ff58b8668081645303490d17cf055455805b8",
|
697 |
-
"target_url": "./03restaurant/bookcase/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
698 |
-
"target_hash": "0f5ff58b8668081645303490d17cf055455805b8"
|
699 |
-
},
|
700 |
-
{
|
701 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-006/textures/wood.png",
|
702 |
-
"source_hash": "085b9ede7308259a3ac626031899cb670c32c126",
|
703 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-006/textures/wood.png",
|
704 |
-
"target_hash": "085b9ede7308259a3ac626031899cb670c32c126"
|
705 |
-
},
|
706 |
-
{
|
707 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-006/textures/color_121212.hdr",
|
708 |
-
"source_hash": "98831fa99bd8d6242843009754a9f6de75787328",
|
709 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-006/textures/color_121212.hdr",
|
710 |
-
"target_hash": "98831fa99bd8d6242843009754a9f6de75787328"
|
711 |
-
},
|
712 |
-
{
|
713 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTable/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
714 |
-
"source_hash": "f3d06e3f050bf9b94213f045e2a396c57d1781eb",
|
715 |
-
"target_url": "./03restaurant/TeaTable/resource/img/523bc0bed8e155673f8f3819bea71b40.png",
|
716 |
-
"target_hash": "f3d06e3f050bf9b94213f045e2a396c57d1781eb"
|
717 |
-
},
|
718 |
-
{
|
719 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTable/resource/img/8cd233588bcbadbed5ffc6181b407430.png",
|
720 |
-
"source_hash": "70072fcae2f62266624c11b84ec9229252789180",
|
721 |
-
"target_url": "./03restaurant/TeaTable/resource/img/8cd233588bcbadbed5ffc6181b407430.png",
|
722 |
-
"target_hash": "70072fcae2f62266624c11b84ec9229252789180"
|
723 |
-
},
|
724 |
-
{
|
725 |
-
"source_url": "C:/xingxing/3floor/03restaurant/TeaTable/resource/img/d49b4a64274e250097e2fc1f1042b38f.png",
|
726 |
-
"source_hash": "ddca1fc8dc8e89ebe36d8c78a670105f1489e5cd",
|
727 |
-
"target_url": "./03restaurant/TeaTable/resource/img/d49b4a64274e250097e2fc1f1042b38f.png",
|
728 |
-
"target_hash": "ddca1fc8dc8e89ebe36d8c78a670105f1489e5cd"
|
729 |
-
},
|
730 |
-
{
|
731 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
732 |
-
"source_hash": "327ef66634ea7c6ccd39c620befb67bdb226723a",
|
733 |
-
"target_url": "./06ChildrenRoom/BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
734 |
-
"target_hash": "327ef66634ea7c6ccd39c620befb67bdb226723a"
|
735 |
-
},
|
736 |
-
{
|
737 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-007/textures/wood.png",
|
738 |
-
"source_hash": "e6a31c6215eb414d64e1e0624c79cc26f0394937",
|
739 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-007/textures/wood.png",
|
740 |
-
"target_hash": "e6a31c6215eb414d64e1e0624c79cc26f0394937"
|
741 |
-
},
|
742 |
-
{
|
743 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-007/textures/color_121212.hdr",
|
744 |
-
"source_hash": "f89a19b7e42964c5a949b2749779a8ce003a6fb3",
|
745 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-007/textures/color_121212.hdr",
|
746 |
-
"target_hash": "f89a19b7e42964c5a949b2749779a8ce003a6fb3"
|
747 |
-
},
|
748 |
-
{
|
749 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/1-06Chair/resource/img/01a7a0f752799d61cdb169b3a45da64a.png",
|
750 |
-
"source_hash": "8b7c5322422e37c6b85b9dc9813c15eab5580ac6",
|
751 |
-
"target_url": "./01KitchenParlor/1-06Chair/resource/img/01a7a0f752799d61cdb169b3a45da64a.png",
|
752 |
-
"target_hash": "8b7c5322422e37c6b85b9dc9813c15eab5580ac6"
|
753 |
-
},
|
754 |
-
{
|
755 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/bookshelf_anti/resource/img/fa7515099803ee688a421719ac50c7e0.png",
|
756 |
-
"source_hash": "0b04ef20c2c98a8103abcff9986199b527495733",
|
757 |
-
"target_url": "./02ChineseStyleLivingRoom/bookshelf_anti/resource/img/fa7515099803ee688a421719ac50c7e0.png",
|
758 |
-
"target_hash": "0b04ef20c2c98a8103abcff9986199b527495733"
|
759 |
-
},
|
760 |
-
{
|
761 |
-
"source_url": "C:/xingxing/3floor/01KitchenParlor/default/resource/img/b5438c25905693520be7b48998be40a7.png",
|
762 |
-
"source_hash": "eae3dcbfdfa7b3c65f72ee0ce12e775dd3aebb37",
|
763 |
-
"target_url": "./01KitchenParlor/default/resource/img/b5438c25905693520be7b48998be40a7.png",
|
764 |
-
"target_hash": "eae3dcbfdfa7b3c65f72ee0ce12e775dd3aebb37"
|
765 |
-
},
|
766 |
-
{
|
767 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png",
|
768 |
-
"source_hash": "30e2d06712a0124d75534da4a17cb824c8c58aa6",
|
769 |
-
"target_url": "./06ChildrenRoom/wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png",
|
770 |
-
"target_hash": "30e2d06712a0124d75534da4a17cb824c8c58aa6"
|
771 |
-
},
|
772 |
-
{
|
773 |
-
"source_url": "C:/xingxing/3floor/06ChildrenRoom/wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
774 |
-
"source_hash": "269c665121cf77e3b498ec8957b9925c97a7af41",
|
775 |
-
"target_url": "./06ChildrenRoom/wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
776 |
-
"target_hash": "269c665121cf77e3b498ec8957b9925c97a7af41"
|
777 |
-
},
|
778 |
-
{
|
779 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/BigTable/resource/img/5e20c477740c7fc541dda36a3bd4cca5.png",
|
780 |
-
"source_hash": "94b94e21f5328749b1c871d51fe02824a22ad12d",
|
781 |
-
"target_url": "./02ChineseStyleLivingRoom/BigTable/resource/img/5e20c477740c7fc541dda36a3bd4cca5.png",
|
782 |
-
"target_hash": "94b94e21f5328749b1c871d51fe02824a22ad12d"
|
783 |
-
},
|
784 |
-
{
|
785 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/BigTable/resource/img/641f7ec9f5a87055556edacff2b16344.png",
|
786 |
-
"source_hash": "36e470432d69679a2fe18529859137d161738f09",
|
787 |
-
"target_url": "./02ChineseStyleLivingRoom/BigTable/resource/img/641f7ec9f5a87055556edacff2b16344.png",
|
788 |
-
"target_hash": "36e470432d69679a2fe18529859137d161738f09"
|
789 |
-
},
|
790 |
-
{
|
791 |
-
"source_url": "C:/xingxing/3floor/02ChineseStyleLivingRoom/BigTable/resource/img/c219749a54624b9e93b3b8470289eb41.png",
|
792 |
-
"source_hash": "800fefe25e8ea40cf1bc7b72b54dd5f70decd739",
|
793 |
-
"target_url": "./02ChineseStyleLivingRoom/BigTable/resource/img/c219749a54624b9e93b3b8470289eb41.png",
|
794 |
-
"target_hash": "800fefe25e8ea40cf1bc7b72b54dd5f70decd739"
|
795 |
-
},
|
796 |
-
{
|
797 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-008/textures/wood.png",
|
798 |
-
"source_hash": "2b45fb03cb442e4a88ffec7674a21237b0a96d07",
|
799 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-008/textures/wood.png",
|
800 |
-
"target_hash": "2b45fb03cb442e4a88ffec7674a21237b0a96d07"
|
801 |
-
},
|
802 |
-
{
|
803 |
-
"source_url": "C:/xingxing/3floor/04SimpleLivingRoom/usd/usd/1-008/textures/color_121212.hdr",
|
804 |
-
"source_hash": "201c65a840f2a23946c089660864b50229199bdd",
|
805 |
-
"target_url": "./04SimpleLivingRoom/usd/usd/1-008/textures/color_121212.hdr",
|
806 |
-
"target_hash": "201c65a840f2a23946c089660864b50229199bdd"
|
807 |
-
},
|
808 |
-
{
|
809 |
-
"source_url": "C:/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Templates/GlassWithVolume.mdl",
|
810 |
-
"source_hash": "ce8cf7bba322ed34205fad2f2207b6f596c4b50c",
|
811 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Templates/GlassWithVolume.mdl",
|
812 |
-
"target_hash": "db92088eaeae2e6f49060675103a11f5b0c42e01"
|
813 |
-
},
|
814 |
-
{
|
815 |
-
"source_url": "C:/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Templates/GlassUtils.mdl",
|
816 |
-
"source_hash": "c5a15c44704130b11ac1ca9e3706b16bc6849cb9",
|
817 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Templates/GlassUtils.mdl",
|
818 |
-
"target_hash": "f5282f35558ca454b4713e4e4508e37edbe3799b"
|
819 |
-
}
|
820 |
-
]
|
821 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scenes/children_room/.collect.mapping.json
DELETED
@@ -1,95 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"version": "1.0",
|
3 |
-
"file_records": [
|
4 |
-
{
|
5 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2600K.mdl",
|
6 |
-
"source_hash": "1ec9da4b2faa12d2495abf1c6db4aeb725175577",
|
7 |
-
"target_url": "./Isaac Sim 4.5/isaac-sim-assets/Materials/2023_2_1/Base/Emissives/Light_2600K.mdl",
|
8 |
-
"target_hash": "d70798d3559b4b32016d101402b9e74d11a6ce88"
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
12 |
-
"source_hash": "fef2b01cc194f5b6fba1b69da8e692d1316ec979",
|
13 |
-
"target_url": "./shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
14 |
-
"target_hash": "57ffb1d8f1d2fe4ce2a209144972dccd6c7209ca"
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
18 |
-
"source_hash": "cda3b488eb4d93448e96dfe5dba314c112b6431b",
|
19 |
-
"target_url": "./ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
20 |
-
"target_hash": "f6fe98e12660bfc822219a945546282b9ab0a750"
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png",
|
24 |
-
"source_hash": "c8897a0c7567ab3deb488bd4b39147e95641cc9f",
|
25 |
-
"target_url": "./ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png",
|
26 |
-
"target_hash": "950ec90a549c3421b0003e1cd5b07f828030320d"
|
27 |
-
},
|
28 |
-
{
|
29 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
30 |
-
"source_hash": "327ef66634ea7c6ccd39c620befb67bdb226723a",
|
31 |
-
"target_url": "./BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
32 |
-
"target_hash": "a877eb9caa10451e064fdf3ae003b9ee3cce1da3"
|
33 |
-
},
|
34 |
-
{
|
35 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
36 |
-
"source_hash": "64774d3442f218e05cee2c469979a764d62c989b",
|
37 |
-
"target_url": "./chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
38 |
-
"target_hash": "70d6fece0d820f6f323f85d5f1498020eef57c5e"
|
39 |
-
},
|
40 |
-
{
|
41 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png",
|
42 |
-
"source_hash": "191f9abffd5877523851742d53874856c62f3957",
|
43 |
-
"target_url": "./chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png",
|
44 |
-
"target_hash": "44654fbf91c9a65ea1c2387f23b13af5811fd459"
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png",
|
48 |
-
"source_hash": "8d477c5ec7c378d5a02086e7c7f4dece8b53fc0a",
|
49 |
-
"target_url": "./bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png",
|
50 |
-
"target_hash": "db0e9c4c9a560ce814ac07d277a5f07f04d76e27"
|
51 |
-
},
|
52 |
-
{
|
53 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
54 |
-
"source_hash": "664c9630dc45fa049d1acccd3d72747257230d74",
|
55 |
-
"target_url": "./bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
56 |
-
"target_hash": "1f76fef002d6dd3772daccb96618cead1b28997d"
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png",
|
60 |
-
"source_hash": "108870f64d18680fda4584bb083f1c6491f197ef",
|
61 |
-
"target_url": "./bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png",
|
62 |
-
"target_hash": "2b4cc951435ffbfb61dbfbcf03b583c3af72f8cf"
|
63 |
-
},
|
64 |
-
{
|
65 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
66 |
-
"source_hash": "773ad19d1ef8e2b54bb365c5520e94c407aaab53",
|
67 |
-
"target_url": "./bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png",
|
68 |
-
"target_hash": "3eb9a33e8c66c48ec705d0f35d91d0b73d0b7ae5"
|
69 |
-
},
|
70 |
-
{
|
71 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png",
|
72 |
-
"source_hash": "30e2d06712a0124d75534da4a17cb824c8c58aa6",
|
73 |
-
"target_url": "./wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png",
|
74 |
-
"target_hash": "e8793b76ccf3ac44f869fed4018acf0809518f55"
|
75 |
-
},
|
76 |
-
{
|
77 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
78 |
-
"source_hash": "269c665121cf77e3b498ec8957b9925c97a7af41",
|
79 |
-
"target_url": "./wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png",
|
80 |
-
"target_hash": "f7d9dc387d2bc8d1a7b3c184d9bec4aac4f1f8d3"
|
81 |
-
},
|
82 |
-
{
|
83 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
84 |
-
"source_hash": "c52c18fb3143215665cf77ef1c850023f5b3ef40",
|
85 |
-
"target_url": "./06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png",
|
86 |
-
"target_hash": "b62cf2a0dc6adf41550ce819fa445a20dfcd6897"
|
87 |
-
},
|
88 |
-
{
|
89 |
-
"source_url": "/home/tone-li/Desktop/Open_source_model_assets/all_3floor/0420/Environment_scene_models/Children_room/06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
90 |
-
"source_hash": "cd373a3b0c3ccd0684dc77397c5bd565419de495",
|
91 |
-
"target_url": "./06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png",
|
92 |
-
"target_hash": "69f5a2ba42af89da25d0807f60e26b63689b90df"
|
93 |
-
}
|
94 |
-
]
|
95 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scenes/children_room/06ChildrenRoom/resource/img/624740c4c8dd40937e50274214767d7e.png
DELETED
Git LFS Details
|
scenes/children_room/06ChildrenRoom/resource/img/cfc2816110e1d2fb57f961051d0fc66c.png
DELETED
Git LFS Details
|
scenes/children_room/06ChildrenRoom/resource/material.usd
DELETED
Binary file (2.91 kB)
|
|
scenes/children_room/06ChildrenRoom/resource/v_2144154/link_49504_0.usd
DELETED
Binary file (53.5 kB)
|
|
scenes/children_room/BedsideTable/model_BedsideTable.usd
DELETED
Binary file (907 Bytes)
|
|
scenes/children_room/BedsideTable/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png
DELETED
Git LFS Details
|
scenes/children_room/BedsideTable/resource/material.usd
DELETED
Binary file (2.13 kB)
|
|
scenes/children_room/BedsideTable/resource/v_69323/link_0_0.usd
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:976ce11bf101e2d3448da62b88145bb72b3a465b21c54786518a56e6afda4938
|
3 |
-
size 745793
|
|
|
|
|
|
|
|
scenes/children_room/Children_room.usd
DELETED
Binary file (3.61 kB)
|
|
scenes/children_room/Isaac Sim 4.5/isaac-sim-assets/materials/2023_2_1/base/emissives/Light_2600K.mdl
DELETED
@@ -1,42 +0,0 @@
|
|
1 |
-
mdl 1.4;
|
2 |
-
|
3 |
-
using ::OmniPBR import OmniPBR;
|
4 |
-
import ::tex::gamma_mode;
|
5 |
-
import ::state::normal;
|
6 |
-
|
7 |
-
export material Light_2600K(*)
|
8 |
-
= OmniPBR(
|
9 |
-
diffuse_color_constant: color(1.0, 1.0, 1.0),
|
10 |
-
diffuse_texture: texture_2d(),
|
11 |
-
albedo_desaturation: 0.f,
|
12 |
-
albedo_add: 0.f,
|
13 |
-
albedo_brightness: 1.f,
|
14 |
-
diffuse_tint: color(1.f, 1.f, 1.f),
|
15 |
-
reflection_roughness_constant: 1.0,
|
16 |
-
reflection_roughness_texture_influence: 0.f,
|
17 |
-
reflectionroughness_texture: texture_2d(),
|
18 |
-
metallic_constant: 0.0,
|
19 |
-
metallic_texture_influence: 0.f,
|
20 |
-
metallic_texture: texture_2d(),
|
21 |
-
specular_level: 0.5f,
|
22 |
-
enable_ORM_texture: false,
|
23 |
-
ORM_texture: texture_2d(),
|
24 |
-
ao_to_diffuse: 0.f,
|
25 |
-
ao_texture: texture_2d(),
|
26 |
-
enable_emission: true,
|
27 |
-
emissive_color: color(1.0, 0.647, 0.3098),
|
28 |
-
emissive_mask_texture: texture_2d(),
|
29 |
-
emissive_intensity: 5000.0,
|
30 |
-
bump_factor: 0.f,
|
31 |
-
normalmap_texture: texture_2d(),
|
32 |
-
detail_bump_factor: 0.3f,
|
33 |
-
detail_normalmap_texture: texture_2d(),
|
34 |
-
project_uvw: false,
|
35 |
-
world_or_object: false,
|
36 |
-
uv_space_index: 0,
|
37 |
-
texture_translate: float2(0.f),
|
38 |
-
texture_rotate: 0.f,
|
39 |
-
texture_scale: float2(1.f),
|
40 |
-
detail_texture_translate: float2(0.f),
|
41 |
-
detail_texture_rotate: 0.f,
|
42 |
-
detail_texture_scale: float2(1.f));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scenes/children_room/ShoolDesk/model_shoolDesk.usd
DELETED
Binary file (2.05 kB)
|
|
scenes/children_room/ShoolDesk/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png
DELETED
Git LFS Details
|
scenes/children_room/ShoolDesk/resource/img/678cfe0809ef5935996568aaa49d92e5.png
DELETED
Git LFS Details
|
scenes/children_room/ShoolDesk/resource/material.usd
DELETED
Binary file (2.52 kB)
|
|
scenes/children_room/ShoolDesk/resource/v_69323/link_0_0.usd
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:042bc192ebafdbe2907a7c432a7e8d816339b6bd711033387a351996840b6338
|
3 |
-
size 1513506
|
|
|
|
|
|
|
|
scenes/children_room/bed01/model_bed01.usd
DELETED
Binary file (907 Bytes)
|
|
scenes/children_room/bed01/resource/img/24866dcabc2f6e13de80d104fd6825e9.png
DELETED
Git LFS Details
|
scenes/children_room/bed01/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png
DELETED
Git LFS Details
|
scenes/children_room/bed01/resource/img/97f9cbdd4de4a791d99a6caa6a09634a.png
DELETED
Git LFS Details
|
scenes/children_room/bed01/resource/material.usd
DELETED
Binary file (2.67 kB)
|
|
scenes/children_room/bed01/resource/v_69323/link_0_0.usd
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:530e364cd254edd8845ae1e551c18dc73fa315ed53118e79562c12e11f4e6012
|
3 |
-
size 1489225
|
|
|
|
|
|
|
|
scenes/children_room/bookshelf/model_bookshelf.usd
DELETED
Binary file (1.72 kB)
|
|
scenes/children_room/bookshelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png
DELETED
Git LFS Details
|
scenes/children_room/bookshelf/resource/material.usd
DELETED
Binary file (2.03 kB)
|
|
scenes/children_room/bookshelf/resource/v_69323/link_0_0.usd
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b38f2c3428ece1ab04209b9f5eab7857d8a94eeedf19691f6dd599dd8154c07f
|
3 |
-
size 164501
|
|
|
|
|
|
|
|
scenes/children_room/chair/model_chair.usd
DELETED
Binary file (1.76 kB)
|
|
scenes/children_room/chair/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png
DELETED
Git LFS Details
|
scenes/children_room/chair/resource/img/cddb70fa553c1926ebc085d5601bb56d.png
DELETED
Git LFS Details
|
scenes/children_room/chair/resource/material.usd
DELETED
Binary file (2.31 kB)
|
|
scenes/children_room/chair/resource/v_69323/link_0_0.usd
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7c2b725cfe6f7e61be1853e59c17b05019934afc912170d04d98af0ca27dde4a
|
3 |
-
size 1889392
|
|
|
|
|
|
|
|
scenes/children_room/shelf/model_shelf.usd
DELETED
Binary file (1.75 kB)
|
|
scenes/children_room/shelf/resource/img/1c758a0fbfa6190c4d0266f5cae1a5d5.png
DELETED
Git LFS Details
|
scenes/children_room/shelf/resource/material.usd
DELETED
Binary file (2.03 kB)
|
|
scenes/children_room/shelf/resource/v_69323/link_0_0.usd
DELETED
Binary file (91.9 kB)
|
|
scenes/children_room/wardrobe/model_wardrobe.usd
DELETED
Binary file (907 Bytes)
|
|
scenes/children_room/wardrobe/resource/img/057e30f7b19e20bb20d3a7ac2f725307.png
DELETED
Git LFS Details
|
scenes/children_room/wardrobe/resource/img/2d8335fb6f80124b8b827f1e46cce2e0.png
DELETED
Git LFS Details
|
scenes/children_room/wardrobe/resource/material.usd
DELETED
Binary file (2.41 kB)
|
|