Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ _HEADER_ = """
|
|
201 |
|
202 |
### The Process:
|
203 |
|
204 |
-
1. Import the
|
205 |
2. Check on Preprocess with marching Cubes.
|
206 |
3. If you want the look of your object smooth, check "Apply Smooth Shading".
|
207 |
|
@@ -209,7 +209,7 @@ _HEADER_ = """
|
|
209 |
|
210 |
|
211 |
4. Click on generate
|
212 |
-
5. The 3D mesh is generated, and you can download the file (it's
|
213 |
6. Open Roblox Studio
|
214 |
7. In your Roblox Project, click on Import 3D and select the downloaded file.
|
215 |
8. You can now drag and drop your generated 3D file in your scene 🎉.
|
|
|
201 |
|
202 |
### The Process:
|
203 |
|
204 |
+
1. Import the OBJ model generated with the high poly mesh generator tool above.
|
205 |
2. Check on Preprocess with marching Cubes.
|
206 |
3. If you want the look of your object smooth, check "Apply Smooth Shading".
|
207 |
|
|
|
209 |
|
210 |
|
211 |
4. Click on generate
|
212 |
+
5. The 3D mesh is generated, and you can download the file (it's OBJ format) using the ⬇️
|
213 |
6. Open Roblox Studio
|
214 |
7. In your Roblox Project, click on Import 3D and select the downloaded file.
|
215 |
8. You can now drag and drop your generated 3D file in your scene 🎉.
|