No description
Find a file
2025-01-31 16:13:47 +01:00
public add: Bowl.glb, performance improvements and dynamic model loading 2025-01-31 16:13:42 +01:00
.envrc add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
.gitattributes add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
.gitignore add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
flake.lock add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
flake.nix add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
index.html add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
main.js add: Bowl.glb, performance improvements and dynamic model loading 2025-01-31 16:13:42 +01:00
package-lock.json add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
package.json add: basic threejs project with glb model loading 2025-01-25 12:11:13 +01:00
README.md add: README.md 2025-01-31 16:13:47 +01:00

Threejs Demo

A small application that loads glb models by url parameter.

Usage

  1. Include the main.js file in your html file as for example in the index.html.
  2. Have a URL parameter model set to the name of the .glb file: http://localhost?model=SIGGBottle
  3. Enjoy!