glb

Threejs(Java script)

Exporting an imported MMD file (PMD) with textures as a glb file readable by Three.js (Blender)

The purpose  export a model, imported into Blender from an MMD file, as a glb file viewable in Three.js with texture...
Blender

Output a glb file readable by Three.js from an imported MMD file (PMD)(Blender)

The purpose  This guide will demonstrate exporting an MMD model (using Animasa's Hatsune Miku model as an example) i...
Blender

Saving textures as external files when saving glTF files(Blender)

The purpose  When exporting from Blender in glTF 2.0, save textures as external files instead of embedding them in a...
Blender

A Summary of Loading and Displaying Blender 3D Objects with Three.js

The purpose  This post summarizes several articles on importing and displaying 3D objects created in Blender using ...
Threejs(Java script)

DRACOLoader doesn’t work when uploaded to the web (How to use DRACOLoader without WASM) (Threejs)

The purpose  Troubleshooting steps for code that works locally but fails after being uploaded to a web server. ...
Threejs(Java script)

Loading and displaying a compressed glTF (.glb) file(Threejs)

The purpose  Loading a compressed glTF (.glb) file into Three.js. The compression method is as follows Env...
Blender

Create glTF (.glb) files for free

The purpose  create a glTF (.glb) file, as recommended by Microsoft and Three.js. How to load in Three.js is show...
Threejs(Java script)

load and show glTF(.glb) file(Threejs)

The purpose  simple way to load glTF (.glb) files into Three.js; these files are recommended by both Three.js and Mi...
Copied title and URL