Advertisement
CaptainLepidus

Gun Model

Jun 13th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     d3d_transform_set_identity();
  2.     d3d_transform_add_scaling( .5 , .5 , .5 );
  3.     d3d_transform_add_rotation_z( direction );
  4.     d3d_transform_add_rotation_x( 90 );
  5.     d3d_transform_add_translation( x , y , 50 );
  6.     d3d_model_draw( model , 0 , 0 , 0 , tex );
  7.     d3d_transform_set_identity();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement