home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78b98.iso / Gry / Jointstr / JSF_demo.exe / data1.cab / Objects / PBT / mtlg.PBT < prev    next >
Text File  |  1998-03-10  |  860b  |  25 lines

  1. CreateModel(
  2.   4,                 //Number of detail levels
  3.   "mtl",             //Collision box file name
  4.   // Object 0:
  5.   "mtlg0",           //PBO file name
  6.   "MISSION",         //Texture directory
  7.   SORT,              //This object shall be sorted
  8.   40,                //Detail level
  9.   // Object 1:
  10.   "mtlg1",           //PBO file name
  11.   "MISSION",         //Texture directory
  12.   SORT,              //This object shall be sorted
  13.   15,                //Detail level
  14.   // Object 2:
  15.   "mtlg2",           //PBO file name
  16.   "MISSION",         //Texture directory
  17.   NO_SORT,           //This object shall not be sorted
  18.   8,                //Detail level
  19.   // Object 3:
  20.   "mtlg3",           //PBO file name
  21.   "MISSION",         //Texture directory
  22.   NO_SORT,           //This object shall not be sorted
  23.   2                 //Detail level
  24. );
  25.