Changeset 112
- Timestamp:
- Jun 21, 2005, 7:15:07 PM (20 years ago)
- Location:
- Swollen
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Swollen/swollen/customviewer.h
r66 r112 14 14 virtual CustomTrackballManipulator* getTrackball(){return _trackball;} 15 15 virtual CustomTerrainManipulator* getTerrainManipulator(){return _terrainmanipulator;} 16 osg::Vec3d getPosition(){return osg::Vec3d(_position[0],_position[1],_position[2]);} 17 osg::Quat getOrientation(){return _orientation;} 16 18 17 19 protected: -
Swollen/swollen/main.vcproj
r75 r112 153 153 </File> 154 154 <File 155 RelativePath=".\state.cpp"> 156 </File> 157 <File 155 158 RelativePath=".\surface.cpp"> 156 159 </File> … … 194 197 </File> 195 198 <File 199 RelativePath=".\state.h"> 200 </File> 201 <File 196 202 RelativePath=".\surface.h"> 197 203 </File> -
Swollen/swwreader/swwreader.cpp
r111 r112 270 270 _valid = true; 271 271 272 std::cout << _state.alphamin << std::endl;273 std::cout << _state.alphamax << std::endl;274 std::cout << _state.heightmin << std::endl;275 std::cout << _state.heightmax << std::endl;276 std::cout << _state.cullangle << std::endl;277 std::cout << _state.culling << std::endl;278 279 std::cout << *_state.swwfilename << std::endl;280 std::cout << *_state.bedslopetexturefilename << std::endl;281 282 272 } 283 273 -
Swollen/swwreader/swwreader.vcproj
r63 r112 20 20 Name="VCCLCompilerTool" 21 21 Optimization="0" 22 AdditionalIncludeDirectories="./;"$(OSG_ROOT)/Producer/include";"$(OSG_ROOT)/OpenThreads/include";"$(OSG_ROOT)/OpenSceneGraph/include";"$(NETCDF_DIR)/include";../include "22 AdditionalIncludeDirectories="./;"$(OSG_ROOT)/Producer/include";"$(OSG_ROOT)/OpenThreads/include";"$(OSG_ROOT)/OpenSceneGraph/include";"$(NETCDF_DIR)/include";../include;"$(OSG_ROOT)/3rdParty/include"" 23 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 24 24 MinimalRebuild="TRUE" … … 36 36 <Tool 37 37 Name="VCLinkerTool" 38 AdditionalDependencies="osgd.lib netcdf.lib"38 AdditionalDependencies="osgd.lib osgdbd.lib netcdf.lib gdal_i.lib" 39 39 OutputFile="../bin/swwreaderd.dll" 40 40 LinkIncremental="2" 41 41 SuppressStartupBanner="TRUE" 42 AdditionalLibraryDirectories=""$(OSG_ROOT)/Producer/lib";"$(OSG_ROOT)/OpenThreads/lib/win32";"$(OSG_ROOT)/OpenSceneGraph/lib";"$(NETCDF_DIR)/lib";../lib "42 AdditionalLibraryDirectories=""$(OSG_ROOT)/Producer/lib";"$(OSG_ROOT)/OpenThreads/lib/win32";"$(OSG_ROOT)/OpenSceneGraph/lib";"$(NETCDF_DIR)/lib";../lib;"$(OSG_ROOT)/3rdParty/lib"" 43 43 GenerateDebugInformation="TRUE" 44 44 ProgramDatabaseFile="$(OutDir)/SWWReader.pdb"
Note: See TracChangeset
for help on using the changeset viewer.