Changeset 1024 for GTP/trunk/Lib/Geom/shared/GeoTool/include
- Timestamp:
- 06/20/06 13:02:00 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GeoTool/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h
r994 r1024 52 52 #include "../resource.h" 53 53 54 #include <GeoMaterialLoader.h> 55 54 56 // State of the button process. 55 57 enum ProcessState … … 282 284 bool fileExists(const char *fileNameMesh); 283 285 286 // Set textures to mesh model. 287 void setTextures(); 288 284 289 public: 285 290 … … 296 301 fltk::Item *menuMeshExportOBJ; 297 302 fltk::Item *menuFileTransformSharedVertex; 298 fltk::ItemGroup 299 fltk::Item 303 fltk::ItemGroup *menuLoadTextures; 304 fltk::Item *menuFileLoadTexture; 300 305 301 306 fltk::Item *menuFileQuit;
Note: See TracChangeset
for help on using the changeset viewer.