Closed AlexanderMonneret closed 1 week ago
I found the solution! the problem was that my model was object of type Mesh and the animate function was setup to deal with time instancedMesh
so I modified the function to be compatible with mesh
Hi @AlexanderMonneret,
I am glad you found a solution. Would we be able to close the issue?
hey guys, I'm really lost here, I'm trying to use raycasting to color the model when touched with mouse, the model is working fine with Three.js on java script, now I'm trying to port it to Flutter but it's not working, with the code below I'm able to load the model correctly but Raycasting is not working, Even when I manually add InstansedMesh to the model tree, nothing works :/ I've been working on it for 2 days now x,( plz help