Ok, I have a data field that is essentially a 2D data set that can be manipulated in a 3D environment.
The rotateX and Y are manipulated by the accelerometer. rotateZ is manipulated by the compass. The translate X and Y are dictated by GPS inputs, while the Z is manipulated by an altitude input.
My issue is that I have text in this data-field, but it lays flat like everything else. I cannot figure out how to get this test to always be facing the screen while maintaining their positions on the grid. Please let me know if my issue is unclear and I will do my best to go into more detail.
1