This template is designed for architects to easily showcase their 3D projects using the powerful model-viewer web component.
- Put your
.glbfiles in themodelfolder (all lowercase). - In
index.html, add each model to themodelsarray like this:{ src: 'model/YourModel.glb', title: 'Your Model Name' } - (Optional) Change the
<model-viewer>srcto your default model. - Keep each model under 20MB and use low-res textures for fast loading.
.glbis the binary version of glTF, designed for fast loading and compact size.- It is the standard for web-based 3D (WebGL) and is supported natively by model-viewer.
- Other formats (OBJ, FBX, etc.) are not supported directly in browsers.
- This template is MIT licensed: you can use, modify, and share it freely.
- The model-viewer library is under the Apache-2.0 license. This means:
- You can use it in commercial and personal projects.
- You must not remove the original copyright/license.
- See https://www.apache.org/licenses/LICENSE-2.0 for details.
Made for my architect friend to make 3D web presentation and Augmented Reality displays easy!