If you’ve ever wanted to generate a glTF scene from scratch, in JavaScript, here’s a new blog post just for you. Thanks to @prideout for a question prompting the writeup!

https://www.donmccurdy.com/2023/08/01/generating-gltf/

#webgl #threejs #gamedev #indiedev #webdev

Generating glTF files programmatically

While it's far more common to create 3D models in artist-friendly software like Blender, there are times when we want to create a model in code. For example…

Don McCurdy