Threejs(Java script)Loading and displaying a glTF (.gltf) file (Threejs) The purpose Load a 3D model in Three.js, using the glTF (.gltf) file format, .bin files, and separate texture files...2023.05.152024.11.30Threejs(Java script)
3DDirectly editing the glTF file(Blender) The purpose directly edit the .glTF file created on the pages below (up to page i) that uses the glTF Separate form...2023.05.132024.11.303D
BlenderSaving 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...2023.05.132024.11.30Blender
BlenderA 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 ...2023.04.152024.12.01BlenderThreejs(Java script)
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. ...2023.04.082024.12.01Threejs(Java script)
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...2023.04.062024.12.01Threejs(Java script)
BlenderReducing the file size of glTF (.glb) files for export(Blender) The purpose As shown in the article below, you can save glTF (.glb) files in Blender, but the file size increases a...2023.04.062024.12.01Blender
BlenderCreate 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...2023.03.212024.11.29BlenderWindows
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...2023.03.212024.11.29Threejs(Java script)