aboutsummaryrefslogtreecommitdiff
path: root/source/SceneThings.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-08 00:50:52 -0700
committerrtk0c <[email protected]>2022-05-08 00:50:52 -0700
commita4ccb12fb3062e446d5b6a1dfd6fa91ae1c2fa5f (patch)
treef2765c869af4f37106a0f5ebc530ea7448655a0c /source/SceneThings.cpp
parentdaca3ada37d885b197d6fa810b6b793f18f8068e (diff)
Changeset: 29 Redefine world coordinate to have units in meters
Diffstat (limited to 'source/SceneThings.cpp')
-rw-r--r--source/SceneThings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/SceneThings.cpp b/source/SceneThings.cpp
index 6e4624b..ca5f60d 100644
--- a/source/SceneThings.cpp
+++ b/source/SceneThings.cpp
@@ -8,7 +8,7 @@
SimpleGeometryObject::SimpleGeometryObject(GameWorld* world)
: GameObject(KD_SimpleGeometry, world)
, mRenderObject()
- , mSize{ 50.0f, 50.0f, 50 }
+ , mSize{ 1.0f, 1.0f, 1.0f }
, mXFaceColor(kXAxisColor)
, mYFaceColor(kYAxisColor)
, mZFaceColor(kZAxisColor)