Advertisement
CaptainLepidus

Transformation

Oct 4th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     d3d_transform_set_identity();
  3.     d3d_transform_add_rotation_z( direction );
  4.     d3d_transform_add_translation( x , y , 0 );
  5.     d3d_draw_block( -16 , -16 , 0 , 16 , 16 , 48 , tex , 1 , 1  );
  6.     d3d_transform_set_identity();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement