https://github.com/defold/template-basic-3d
The basic 3D project template that is available from the Defold editor launch screen
https://github.com/defold/template-basic-3d
Last synced: 3 months ago
JSON representation
The basic 3D project template that is available from the Defold editor launch screen
- Host: GitHub
- URL: https://github.com/defold/template-basic-3d
- Owner: defold
- Created: 2018-03-13T14:36:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T13:37:03.000Z (about 1 year ago)
- Last Synced: 2025-01-30T15:25:09.113Z (12 months ago)
- Language: Lua
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 19
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Defold
This project was created from the "basic 3D" project template.
The settings in ["game.project"](defold://open?path=/game.project) are mostly set to the default values. The render script is a modified version of the default render script with the addition that models are rendered in a separate pass before 2D components such as sprites and tilemaps. The physics type is set to 3D and not 2D.
The project contains a bootstrap ["main.collection"](defold://open?path=/main/main.collection) that includes a game object with a camera component and a game object with three different models.
Check out [the documentation pages](https://defold.com/learn) for examples, tutorials, manuals and API docs.
If you run into trouble, help is available in [our forum](https://forum.defold.com).
Happy Defolding!
## Credits
* Textures by Kenney (https://www.kenney.nl)