Firtina Ozbalikci
Firtina Ozbalikci
I was working on a module to do this as well, I'll try to dig it up and write my notes on it here :)
1: ty ❤️ 2: give it a try and let me know which issues you run into :) - hint: see mentions of boxGeometry in https://github.com/toxicFork/react-three-renderer-example/blob/master/src/examples/Simple/index.js
Yes unfortunately it is not exposed yet in r3r, I can think of some ways to fix this, either with an userData attribute or by making r3r use something other...
For this one I am considering to shim it through the files in three js npm library and find another solution if they decide to not include it, as a...
#10 may be relevant :) For loaders like this I'm thinking of creating separate modules that can be plugged into your project, so that if a new format comes along...
That looks good! Afaik meshes cannot exist without geometries so we'd need to use a replacement geometry either way. For example place an empty geometry within. That will also be...
Sorry for the late reply (I should have this as my signature now), just connecting #10 here again, and copying @zhuber's message > I also ran into this issue and...
wondering how to implement "clear depth after first scene" :)
But yes, looks like a proper use case!
Can you please have another look now? After synchronizing with the latest react this issue may have been resolved; as I am keeping a closer eye on how functionality is...