Changeset 275 for GtkRadiant/trunk/libs/picomodel/pm_obj.c
- Timestamp:
- 06/26/08 06:21:13 (5 months ago)
- Files:
-
- GtkRadiant/trunk/libs/picomodel/pm_obj.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/trunk/libs/picomodel/pm_obj.c
r183 r275 216 216 } 217 217 218 #if 0 218 219 static int _obj_mtl_load( picoModel_t *model ) 219 220 { 220 picoShader_t *curShader = NULL;221 //picoShader_t *curShader = NULL; 221 222 picoParser_t *p; 222 223 picoByte_t *mtlBuffer; … … 259 260 if (p == NULL) 260 261 _obj_mtl_error_return; 261 262 262 263 /* doo teh .mtl parse */ 263 264 while( 1 ) … … 478 479 return 1; 479 480 } 481 #endif 480 482 481 483 /* _obj_load:
