I have a scene with a few text labels (as canvas materials) as children of an Object3d, and a PerspectiveCamera wired up to OrbitControls.
My goal: never display the text labels backwards. ie, if the text reads backwards, flip the mesh around 180 degrees.
What I'm struggling with is determining the text labels' orientation in relation to the camera.
I feel like I'm missing something very basic here. Any help would much appreciated.
Object3drotates freely, and the camera orbits a separate point (completely independent of the parent object). – Aaron Lampros Nov 19 '12 at 20:04