Denys Ashikhin

Results 39 comments of 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: ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/de8cf415-f08b-4d30-9518-bf3191a20d14) My package.json: ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/899d3ec8-9f0b-40a5-a39d-01d946cf4317) ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/8c2ef53f-737f-4231-b65c-b30c2b24a6c2)

Sorry, which library to go latest?

Okay we are back up and running but I get the following stack: ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/e7a06335-84e4-4dd0-951f-5f6c88abcc05) Am I supposed to use the red or green ref for instancedMesh? ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/834b1b50-866d-4865-8b26-c6f9aadcb8d2)

![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/fcdce2f1-0510-4a8a-b65b-7cd728147c0f) ![image](https://github.com/brianzinn/react-babylonjs/assets/10791321/ad7ef48f-30d2-46b3-be35-8162a8ceb09f) 😢

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...