defold / examples

Defold examples for the Learn section of the site
https://www.defold.com/examples/
109 stars 28 forks source link

Add orbit camera script example #51

Closed aglitchman closed 1 month ago

aglitchman commented 1 month ago

I decided to add orbit camera in all 3d examples, and to do this I added a camera example. I think it will be useful for the next 3d examples, i.e. it is enough to add the script to the collection.

Plus, the camera has a nice intertia!

https://github.com/user-attachments/assets/80a1fdd1-d07b-4ceb-b778-18c91f5fe60c

britzl commented 1 month ago

Thanks!