When I enable billboard mode on the mesh, the text on the dynamic texture always appears in reverse.
this was caused because you’re using right hand coordinate system, scene.useRightHandedSystem=true
In a right-handed coordinate system, how can I ensure that the text displays correctly?
You can invert the x scaling of the mesh: 111 | Babylon.js Playground (babylonjs.com)
2 Likes