Changeset 8234
- Timestamp:
- 04/25/08 19:30:07
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph-TrainingMaterials/trunk/Presentations/Introduction/OpenSceneGraphTour.p3d
r8196 r8234 14 14 <path>${DATA_DIR}/Images</path> 15 15 <path>${DATA_DIR}/Models</path> 16 <path>${DATA_DIR}/Earth</path> 16 <path>${EXTRAS_DIR}/Data/</path> 17 <path>${EXTRAS_DIR}/Data/VisualSimulation</path> 18 19 <title-settings character_size="0.04"></title-settings> 20 <text-settings character_size="0.03"></text-settings> 17 21 18 22 <name>OpenSceneGraph History Tour</name> … … 22 26 <holding_slide> 23 27 <textcolor>0.20 0.45 0.60 1.0</textcolor> 24 <background>Images/ chameleondots-blue.jpg</background>28 <background>Images/default_blue.jpg</background> 25 29 <title></title> 26 30 <layer> … … 32 36 33 37 <slide> 34 <background>Images/ chameleondots-blue.jpg</background>38 <background>Images/default_blue.jpg</background> 35 39 <title></title> 36 40 <layer> … … 65 69 66 70 <slide> 67 < background>Images/chameleondots-blue.jpg</background>71 <!-- <background>Images/default_blue.jpg</background> --> 68 72 <title>1999 SG becomes OSG</title> 69 73 <layer> … … 90 94 <title>2000 Hobby becomes Obsession...</title> 91 95 <layer> 92 <model position="0 0 0" coordinate_frame="model" camera_path="Paths/town_animation.path">Town/town.ive</model> 93 </layer> 94 <layer> 96 <!-- <model position="0 0 0" coordinate_frame="model" camera_path="Paths/town_animation.path">Town/town.ive</model>--> 97 <model coordinate_frame="model" position="2300 2100 10" >Town/town.ive</model> 98 </layer> 99 <layer> 100 <bullet></bullet> 95 101 <bullet>New Performer loader loads Peformer town!!!</bullet> 96 102 </layer> … … 113 119 <title>2001 Obsession becomes Profession!</title> 114 120 <layer> 115 <model coordinate_frame="model" camera_path="Paths/umea_animation.path">Umea/umea.ive</model> 121 <!-- <model coordinate_frame="model" camera_path="Paths/umea_animation.path">Umemodellen/umea.ive</model>--> 122 <model coordinate_frame="model" rotate = "15 1 0 0" position="15 -25 1.5">Umemodellen/umea.ive</model> 116 123 </layer> 117 124 <layer> … … 133 140 134 141 <slide> 135 <background>Images/ chameleondots-blue.jpg</background>142 <background>Images/default_blue.jpg</background> 136 143 <title>2002 Community Foundations</title> 137 <layer>138 <!-- <model path_time_offset="-25" position="0 0 0" coordinate_frame="model" camera_path="Paths/nellis_animation.path">Nellis/archive.txp</model>-->139 <model coordinate_frame="model" camera_path="Paths/pegout.path">PegoutSound/pegout.ive</model>140 </layer>141 144 <layer> 142 145 <bullet>Features:</bullet> … … 150 153 </layer> 151 154 <layer> 155 <model path_time_offset="-25" position="0 0 0" coordinate_frame="model" camera_path="Paths/nellis_animation.path">Nellis/archive.txp</model> 156 </layer> 157 <layer> 152 158 <bullet> 153 159 Second Siggraph BOF, about 40 people attend</bullet> … … 181 187 182 188 <slide> 183 <background>Images/ chameleondots-blue.jpg</background>189 <background>Images/default_blue.jpg</background> 184 190 <bgcolor>BLACK</bgcolor> 185 191 <title>2004 Paging Crazy!</title> … … 200 206 201 207 <slide> 202 <background>Images/ chameleondots-blue.jpg</background>208 <background>Images/default_blue.jpg</background> 203 209 <bgcolor>BLACK</bgcolor> 204 210 <title>2005 ...Professional acceptance </title> … … 216 222 <layer> 217 223 <model path="Paths/milkyway.rotation_path" position="0.5 0.5 0.0" scale="200" >starfield.osg</model> 218 <model path="Paths/world.rotation_path" position="0.5 0.5 0.0" scale="1" > /home/robert/Data/WholeEarth/wholeearth.ive</model>224 <model path="Paths/world.rotation_path" position="0.5 0.5 0.0" scale="1" >Earth/earth.ive</model> 219 225 </layer> 220 226 <bullets> 221 227 OpenGL Shader Language support in core 222 New RTT framework via osg::Camera Node228 New RTT framework via osg::Camera 223 229 </bullets> 224 230 <bullets> … … 242 248 <layer> 243 249 <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 244 <model position="0.5 0.4 -0.5" rotation="5 0 0 1" scale="1.0">wholeearth.ive</model> 245 </layer> 246 <layer> 247 <bullet>1.0.1 - maintaince release</bullet> 248 <bullet>1.1 - osgCharacter, osgEnvironment</bullet> 249 <bullet>The Book - collaborate with Paul Martz</bullet> 250 <model position="0.5 0.4 -0.5" rotation="5 0 0 1" scale="1.0">Earth/earth.ive</model> 250 251 </layer> 251 252 </slide>
