Denys Ashikhin
Denys Ashikhin
So I used the ``` { root_mesh_ref.current = root_mesh} } /Model> ``` Then later: ``` {root_mesh_ref.current && ( ) ``` Except I get: ``` ReactBabylonJSHostConfig.ts:481 fromInstance wrong type. AbstractMesh {_isDirty:...
Swapping to abstractMesh leads to no errors, but no model or anything shows up ``` ``` However, if I try to use: `instancedMesh` I get the following: ``` ``` ```...
Long time no chat! So I got it to work with doing the following: ``` { cavity_block_ref.current = rootMesh; console.log(`setting cavity_block_ref:`); setTimeout(() => { setCavityBlockLoaded(true); }, 2000); }} /> {cavityBlockLoaded...
Sounds good, let me give it a shot!
Updating fails to compile now:  My package.json:  
Sorry, which library to go latest?
Okay we are back up and running but I get the following stack:  Am I supposed to use the red or green ref for instancedMesh? 
  😢
Really sorry about that, I updated the sandbox - also I would really appreciate if you can fix/tell me how to make the package versions I outlined above work in...
When you say keep the wrapping Html alive, do you mean not behind a conditional render? ``` {/** Sits on top of outer box */} { } ``` That's what...