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

  1. CreateModel(
  2.   3,                 //Number of detail levels
  3.   "lit",             //Collision box file name
  4.   // Object 0:
  5.   "litg0",           //PBO file name
  6.   "MISSION",         //Texture directory
  7.   SORT,              //This object shall be sorted
  8.   80,                //Detail level
  9.   // Object 1:
  10.   "litg1",           //PBO file name
  11.   "MISSION",         //Texture directory
  12.   SORT,              //This object shall be sorted
  13.   30,                //Detail level
  14.   // Object 2:
  15.   "litg2",           //PBO file name
  16.   "MISSION",         //Texture directory
  17.   NO_SORT,           //This object shall not be sorted
  18.   2                 //Detail level
  19. );
  20.