Changeset 388 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 16, 2012, 2:14:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r387 r388 95 95 96 96 DistortionSetupStrategyProjectSyntropy* psStrategy = new DistortionSetupStrategyProjectSyntropy(); 97 psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_ 2.csv",98 "./resources/ProjectSyntropy/TexCoords/warpmap_ 2.csv",97 psStrategy->setDistortionInputFiles( "./resources/ProjectSyntropy/Vertices/warpmap_1.csv", 98 "./resources/ProjectSyntropy/TexCoords/warpmap_1.csv", 99 99 "./resources/ProjectSyntropy/blending_1.bmp", 100 100 "./resources/ProjectSyntropy/Vertices/frustum_1.csv", … … 132 132 if (!rootnode) 133 133 { 134 rootnode = osgDB::readNodeFile(" cow.osgt");134 rootnode = osgDB::readNodeFile("H:\\AllInOnDB\\terrain.osgb"); 135 135 if(!rootnode) 136 136 {
Note: See TracChangeset
for help on using the changeset viewer.