I guess finding bug fixes is better than finding bugs
Thanks for the tip with using sideOrientation
!
Edit:
And in case you have a plane with a texture that you don’t want to be flipped, you can also do this instead to get a “lookAway”:
plane.lookAt(plane.position.multiply(new Vector3(2, 2, 2)).subtract(this._scene.activeCamera.position));