View Single Post
Old 25th June 2006, 04:19 PM   #5
conzar
Member
Advanced member
 
conzar's Avatar
 
Join Date: May 2006
Posts: 36
Default Re: Get Rotation of a Group or Object

Hey.
So I can't seem to find a function call to rotate an object.
The only functions I found that seemed close are listed below.

Code:
set_global_matrix_rotate(float rx, float ry, float rz)
void rotate_object(ACObject *ob)
What I would like to have is something like
Code:
ac_rotate_object(ACObject *ob, float rx, float ry, float rz)
Is there anything like that?

Thanks
conzar is offline   Reply With Quote