Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godot-extended-libraries/godot-lod-demo
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
https://github.com/godot-extended-libraries/godot-lod-demo
godot godot-engine godotengine level-of-detail lod
Last synced: about 2 months ago
JSON representation
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
- Host: GitHub
- URL: https://github.com/godot-extended-libraries/godot-lod-demo
- Owner: godot-extended-libraries
- License: mit
- Created: 2020-09-24T04:04:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T19:36:23.000Z (almost 3 years ago)
- Last Synced: 2023-03-24T07:55:16.934Z (almost 2 years ago)
- Topics: godot, godot-engine, godotengine, level-of-detail, lod
- Language: GDScript
- Homepage: https://github.com/Calinou/godot-lod
- Size: 62.5 KB
- Stars: 43
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Level of Detail (LOD) add-on demo project for Godot 3.x
![Screenshot](https://raw.githubusercontent.com/Calinou/media/master/godot-lod-demo/screenshot.png)
This repository contains the demo project for the
[Level of Detail (LOD) add-on](https://github.com/godot-extended-libraries/godot-lod).
The add-on's code is included in this repository and is mirrored periodically.Please report issues specific to the add-on
[here](https://github.com/godot-extended-libraries/godot-lod), not in this repository.## Try it out
**Note:** This project only runs with Godot 3.2.x, not the current Godot `master` branch.
### Using the Asset Library
- Open the Godot project manager.
- Navigate to the **Templates** tab and search for "lod".
- Install the [*Level of Detail (LOD) Demo*](https://godotengine.org/asset-library/asset/730) project.### Manual installation
Manual installation lets you try pre-release versions of this demo by following its
`master` branch.- Clone this Git repository:
```bash
git clone https://github.com/godot-extended-libraries/godot-lod-demo.git
```Alternatively, you can
[download a ZIP archive](https://github.com/godot-extended-libraries/godot-lod-demo/archive/master.zip)
if you do not have Git installed.- Import the Godot project using the project manager and open it in the editor.
- Run the main scene by pressing F5.## License
Copyright © 2020 Hugo Locurcio and contributors
Unless otherwise specified, files in this repository are licensed under the
MIT license. See [LICENSE.md](LICENSE.md) for more information.