View Single Post
  #1  
Old 03-13-2014, 08:29 PM
Qiliang He Qiliang He is offline
Member
 
Join Date: Mar 2014
Posts: 24
A compass in vizard

I want to create a compass like pointer staying in the upper-left corner and always pointing to the north. I set the orientation of the pointer using Compass.setEuler([0,0,0]). It works fine, but then when I make the compass to stand upright using Compass.setEuler([0,90,0]), the compass just doesn't point to other orientations. What is wrong and how can I solve this?

This is my first time I ask question in the worldviz community, forgive me if I'm not addressing the question properly.
Reply With Quote