Changeset 1542
- Timestamp:
- 09/29/06 12:31:02 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Geom
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Geom/Demo_LodStrips/main.cpp
r1539 r1542 68 68 ibuf->unlock(); 69 69 } 70 virtual unsigned int GetIndex(unsigned int) const { return 0; } // HAY QUE ELIMINAR ESTA FUNCION71 72 70 virtual void BorrowIndexData(const Geometry::IndexData *){} 73 74 71 }; 75 72 -
GTP/trunk/App/Demos/Geom/OgreStuff/media/materials/scripts/Example.material
r1128 r1542 45 45 { 46 46 ambient 0.8 0.8 0.8 47 cull_hardware none47 cull_hardware true 48 48 49 49 texture_unit
Note: See TracChangeset
for help on using the changeset viewer.