Brian Breiholz
Brian Breiholz
I'm not sure if I like default ref capturing of the first child. I'm currently doing this in my code and am guessing that it would capture the ModelPlaceholder ref...
I just ran into the same issue. The working example linked from the three docs (https://threejs.org/examples/#misc_exporter_gltf) imports from "addons". Why not copy the code the from there? ```js import {GLTFExporter}...
Just wanted to say that this issue is so important if three.js is to become a more viable option for making games 🙏. Designing good-looking effects is hard and as...
Hey @itsdouges, I'm going to copy parts of my dm here. For context: this was about making my wip Character Animation Debug GUI work as a Triplex Plugin, so that...