codeLabs-summer2021 / 3D-Model-World

A real world environment to place, view, and share all your 3D models.
https://3d-model-world.netlify.app/
2 stars 0 forks source link

Model interaction with Terrain #26

Closed CalebMcOlin closed 3 years ago

CalebMcOlin commented 3 years ago

User story: "As a user I want to be able to have 3D terrain on the map and also have my models interact with it, without clipping through the ground."

Description: When the model is first placed in the map and also every time the model is moved via the move functionality, the y-axis of the ground need to be taken into consideration to know the models height.

Acceptance Criteria:

CalebMcOlin commented 3 years ago

Closed with PR #29