When I added the Gizmo to the sphere it’s able to move to the specified direction, but once I changes the initial position of the sphere, how to fetch the new position of the sphere after the movement using Gizmo in react-babylonjs
The sample code I provided as like below
<sphere name={‘sphere’ + i } key={‘sphere’ + i } position={new Vector3(x,y,z)} diameter={10.0}>
<StandardMaterial name={‘sphere’ + i } alpha={10} diffuseColor={ new Color3(1, 1, 1) } />
@zhangyahan@Evgeni_Popov
I implement the Gizmo to the yellow colored sphere, While I pan the model or make any movement to the model the Gizmo has disappeared and this console error is showing.
After the error displayed, it’s unable to pan the model (seems like it get stuck)
Are you able to provide a repro? It’s working for me in above playground as well. It may have something to do with reloading the corresponding page that you mentioned above - not sure what that means exactly.