Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/txp/trpage_write.h
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/trpage_write.h
r12537 r13041 208 208 // Get a new appendable file 209 209 virtual trpgwAppFile* GetNewWAppFile(trpgEndian inNess,const char *fileName,bool reuse=false); 210 210 211 211 // Write the given texture data into one our local archives 212 212 bool WriteToArchive(const trpgTexture &tex,char *data,trpgwAppAddress &addr,bool geotyp=false); 213 213 // Merge block textable into a master. 214 214 215 215 protected: 216 216
