This repository contains examples for progressive mesh loading and automatic LOD generation - a new feature in Needle Engine >= 3.36
Key features:
- Reduced download size for faster loading of your website.
- Improved performance for rendering, physics and raycasting.
- Load highpoly meshes and we make it run smoothly!
The repository contains two example setups. One uses Unity and the other one just uses vite and doesn't require any editor.
The vite project is setup to run locally or build and deploy to glitch using node.
- Go to
./Progressive Meshes Vite Sample
- Run
npm i && npm start
- See README for more details
The project uses Unity 2021.3 and Needle Engine 3.36 Beta.
- Open the Unity project and the "Scene"
- Click Play
- After export and compression the local server opens in the browser