diff options
author | hnOsmium0001 <[email protected]> | 2022-05-08 00:50:52 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-08 00:50:52 -0700 |
commit | 37baa006649c6ddac40207e3fdc1599407179a76 (patch) | |
tree | 0890e1a5a322d5d1c24a162545acd7d2d13baf9d /source/SceneThings.cpp | |
parent | c2cba4424ea902f062e6af4733670f2be0494889 (diff) |
Redefine world coordinate to have units in meters
Diffstat (limited to 'source/SceneThings.cpp')
-rw-r--r-- | source/SceneThings.cpp | 2 |
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) |