aboutsummaryrefslogtreecommitdiff
path: root/scenefiles-4d
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-13 05:57:27 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-13 05:57:30 -0500
commit54d7f8b46e71f67a8d0c08447299aadb0920abe4 (patch)
tree20827aeea710352453e8dff79dd56876b953aa4c /scenefiles-4d
parent27a87d3bf34040e8178274123373141221bc8a10 (diff)
getting clsoer to collision
Diffstat (limited to 'scenefiles-4d')
-rw-r--r--scenefiles-4d/sphere_collision.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/scenefiles-4d/sphere_collision.json b/scenefiles-4d/sphere_collision.json
index 8cfe904..a6d6441 100644
--- a/scenefiles-4d/sphere_collision.json
+++ b/scenefiles-4d/sphere_collision.json
@@ -35,7 +35,7 @@
{
"translate": [-1.0, 0.0, 0.0, 0.0],
"rotate": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
- "scale": [1.0, 2.0, 1.0, 1.0],
+ "scale": [1.0, 1.0, 1.0, 1.0],
"primitives": [
{
"type": "sphere",
@@ -56,7 +56,7 @@
"diffuse": [0.0, 1.0, 0.0],
"specular": [1.0, 1.0, 1.0],
"shininess": 25.0,
- "velocity": [-1.0, 0.0, 0.0, -1.0]
+ "velocity": [-0.1, 0.0, 0.0, -0.1]
}
]
}