Fernando Serrano
Fernando Serrano
To finish the obj exporter I should modify a couple of things on three.js because it doesn't handle triangle_strips well, but for gltf it could be easier and has the...
@ngokevin yep good point. Maybe even including something similar to the model that sketchfab uses for the user position (https://help.sketchfab.com/hc/en-us/articles/211640363-VR-Editor) /cc @feiss
Yes, I was just thinking the same, it could be hard to manage each situation, when the camera is rotated in a non-standard way. The body typically will be standing...
Yep, I like that "select"
@caseyyee what do you mean with navigating away? on events like `close` and `unload/beforeunload`?
How are we going to deal with the type of assets? `asset` could be an image, sound, model... Maybe add some kind of "subtype" or maybe even specify the "widget"...
@feiss could you take a look at this one?
If we do that, we should have a reset option
@avrljk so nice to hear that you're working on it! I didn't get that error, but I'm going to give it a try to see if I can reproduce it...
Actually I started with something called `modules` a while back when I wanted to create a VR editor mode for the inspector. Basically you register the modules and they can...