Facebook
From TeamCS1, 5 Months ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 48
  1. //argument0 = name of the model
  2.  
  3. //returns the model
  4. var t_model;
  5. t_model = d3d_model_create();
  6. d3d_model_load( t_model, argument0 );
  7. return t_model;