home *** CD-ROM | disk | FTP | other *** search
- CreateModel(
- 4, //Number of detail levels
- "ha1", //Collision box file name
- // Object 0:
- "ha1g0", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 40, //Detail level
- // Object 1:
- "ha1g1", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 15, //Detail level
- // Object 2:
- "ha1g2", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 8, //Detail level
- // Object 3:
- "ha1g3", //PBO file name
- "MISSION", //Texture directory
- NO_SORT, //This object shall not be sorted
- 2 //Detail level
- );
-