Changeset 3250 for GTP/trunk/App/Demos/Vis
- Timestamp:
- 01/06/09 01:13:47 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env
r3247 r3250 7 7 # misc stuff 8 8 9 #filename=vienna_full_hp10 filename=city9 filename=vienna_full_hp 10 #filename=city 11 11 useLODs=1 12 12 # shadow map size … … 17 17 statsFilename=mystats.log 18 18 19 # use potentially vi ible sets?19 # use potentially visible sets? 20 20 usePvs=0 21 21 … … 61 61 ## powerplant options 62 62 63 #filename=PowerPlantM63 filename=PowerPlantM 64 64 65 #keyForwardMotion=200.0f66 #mouseMotion=1.0f;67 #visibilitySolution=power-plant-2c-xx-1000b-pgv268 #camPosition=-1320.57 -6306.34 360369 #camDirection=0.292156 0.9556 0.038387865 keyForwardMotion=500.0f 66 mouseMotion=3.0f; 67 visibilitySolution=power-plant-2c-xx-1000b-pgv2 68 camPosition=-1320.57 -6306.34 3603 69 camDirection=0.292156 0.9556 0.0383878 70 70 71 71 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/plot_friendly
r3223 r3250 1 1 #!/bin/sh 2 2 3 PREFIX=vienna4 3 5 4 #COMMAND1=../cmxplot … … 8 7 COMMAND3=./ps_memory_plot3 9 8 9 PREFIX=pp 10 10 11 12 FILES="chc_f.log chc++_f-rmb.log chc++_f.log" 11 #FILES="$PREFIX-vfc.log $PREFIX_chc.log $PREFIX-vfc_pvs.log $PREFIX-chc++_b20.log $PREFIX-chc++_pvs_b20.log" 12 FILES="$PREFIX-vfc.log $PREFIX-chc.log $PREFIX-vfc_pvs.log $PREFIX-chc++.log $PREFIX-chc++_pvs.log" 13 #FILES="$PREFIX-vfc.log $PREFIX-vfc_pvs.log $PREFIX-chc++.log $PREFIX-chc++_pvs.log" 14 #FILES="$PREFIX-chc++.log $PREFIX-chc++_b20.log" 13 15 14 16 echo $FILES … … 17 19 18 20 19 $COMMAND2 $STYLE FRAMES FPS $FILES20 ./showplot $PREFIX-frames_fps21 #$COMMAND2 $STYLE FRAMES FPS $FILES 22 #./showplot $PREFIX-frames_fps 21 23 22 24 $COMMAND2 $STYLE FRAMES TIME $FILES -
GTP/trunk/App/Demos/Vis/FriendlyCulling/ps_memory_plot2
r3223 r3250 19 19 echo set xlabel \"$2\" >> $FILE 20 20 echo set ylabel \"$3\" >> $FILE 21 #echo set yrange \[0:2000\] >> $FILE22 21 22 #echo set xrange \[14200:14550\] >> $FILE 23 #echo set xrange \[100:20000\] >> $FILE 24 #echo set xrange \[4200:4600\] >> $FILE 25 echo set xrange \[100:400\] >> $FILE 26 #echo set xrange \[1600:2000\] >> $FILE 23 27 # echo set boxwidth 0.4 >> $FILE 24 28 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SkyPreetham.cpp
r3246 r3250 110 110 // scale the sky dome so no intersection with the scene is visible 111 111 //const float scaleFactor = 80.0f; 112 const float scaleFactor = 200.0f;112 const float scaleFactor = 500.0f; 113 113 114 114 position.z -= 3.0f * scaleFactor; -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ViewCellsTree.cpp
r3246 r3250 14 14 #define VIEWCELLS_VERSION 1.0f 15 15 16 // hack: this has to be set to 0.05f for powerplant, to 1 otherwise 16 17 static const float sScale = 0.05f; 18 //static const float sScale = 1.0f; 17 19 18 20 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp
r3249 r3250 582 582 //LoadModel("sibenik.dem", dynamicObjects); 583 583 584 #if 1584 #if 0 585 585 LoadModel("hbuddha.dem", dynamicObjects); 586 586 … … 617 617 resourceManager->mUseSpecialColors = false; 618 618 619 620 /* int cityEntities = LoadModel("vienna_full_hp.dem", dynamicObjects);621 622 for (int i = (int)dynamicObjects.size() - cityEntities; i < (int)dynamicObjects.size(); ++ i)623 dynamicObjects[i]->GetTransform()->SetMatrix(transl);624 */625 619 626 620 ///////////
Note: See TracChangeset
for help on using the changeset viewer.