Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def create_meteor_with_particle_system():
|
|
| 136 |
meteor.location = (x, y, z)
|
| 137 |
meteor.keyframe_insert(data_path="location", index=-1, frame=frame)
|
| 138 |
|
| 139 |
-
##meteor.keyframe_insert(data_path="location", frame=1)
|
| 140 |
##meteor.location = (random.uniform(-10, 10), random.uniform(-10, 10), random.uniform(-10, 10))
|
| 141 |
##meteor.keyframe_insert(data_path="location", frame=20)
|
| 142 |
|
|
|
|
| 136 |
meteor.location = (x, y, z)
|
| 137 |
meteor.keyframe_insert(data_path="location", index=-1, frame=frame)
|
| 138 |
|
| 139 |
+
###meteor.keyframe_insert(data_path="location", frame=1)
|
| 140 |
##meteor.location = (random.uniform(-10, 10), random.uniform(-10, 10), random.uniform(-10, 10))
|
| 141 |
##meteor.keyframe_insert(data_path="location", frame=20)
|
| 142 |
|