artwork_20240718-141208

ITEM DETAILS

artwork
Beginning the Game.
Game Design
Starting a 3D Game

Today (07/18/24) we started to learn about how to create a 3D game/model on Godot Game Engine. We began with creating the ground.

We started off by using a 3D Node, after that we added a MeshInstance3D to create the ground. To increase it's size we changed both the y and z coordinates to 100 m. We then added a CollisionShape3D. However, it's size wasn't the same as our land-mesh; to fix that we changed it's size (by changed the y and z coordinates) so it could be the same as the land-mesh. After we fixed the collision-shape, we added a StaticBody3D.

There was an error for both the StaticBody3D and CollisionShape3D. To fix those error we had to move the CollisionShape3D below the Static-body, making the Collision Shape it's child and also getting rid of said errors.
Bronx, NY
07.18.24
Gianna R.
Godot Game Engine, Macbook Air
This item is shared by Gianna L Rivera with the World.
Created on 2024-07-18 at 14:12 and last updated on 2024-07-18 at 14:28.