View Single Post
  #3  
Old 05-23-2011, 07:16 PM
FreakyT FreakyT is offline
Member
 
Join Date: Apr 2011
Posts: 3
Quote:
Originally Posted by farshizzo View Post
Vizard uses the Z-axis for forward and Y-axis for up. Changing the code to the following should give you the behavior you are wanting:
Code:
current_transform.preTrans(0, 0, 120)
current_transform.preEuler(current_area_curvature, 0, 0)
Ah, that did the trick. Thanks!
Reply With Quote