Details

Virtual Reality Technology


Virtual Reality Technology


IEEE Press 2. Aufl.

von: Grigore C. Burdea, Philippe Coiffet

175,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 01.11.2017
ISBN/EAN: 9781119485728
Sprache: englisch
Anzahl Seiten: 464

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

A groundbreaking Virtual Reality textbook is now even better<br> <br> Virtual reality is a very powerful and compelling computer application by which humans can interface and interact with computer-generated environments in a way that mimics real life and engages all the senses. Although its most widely known application is in the entertainment industry, the real promise of virtual reality lies in such fields as medicine, engineering, oil exploration and the military, to name just a few. Through virtual reality scientists can triple the rate of oil discovery, pilots can dogfight numerically-superior "bandits," and surgeons can improve their skills on virtual (rather than real) patients.<br> <br> This Second Edition of the first comprehensive technical book on the subject of virtual reality provides updated and expanded coverage of the technology--where it originated, how it has evolved, and where it is going. The authors cover all of the latest innovations and applications that are making virtual reality more important than ever before, including:<br> * Coverage on input and output interfaces including touch and force feedback<br> * Computing architecture (with emphasis on the rendering pipeline and task distribution)<br> * Object modeling (including physical and behavioral aspects)<br> * Programming for virtual reality<br> * An in-depth look at human factors issues, user performance, and<br> * sensorial conflict aspects of VR<br> * Traditional and emerging VR applications<br> The new edition of Virtual Reality Technology is specifically designed for use as a textbook. Thus it includes definitions, review questions, and a Laboratory Manual with homework and programming assignments. The accompanying CD-ROM also contains video clips that reinforce the topics covered in the textbook. The Second Edition will serve as a state-of-the-art resource for both graduate and undergraduate students in engineering, computer science, and other disciplines.<br> <br> GRIGORE C. BURDEA is a professor at Rutgers-the State University of New Jersey, and author of the book Force and Touch Feedback for Virtual Reality, also published by Wiley.<br> <br> PHILIPPE COIFFET is a Director of Research at CNRS (French National Scientific Research Center) and Member of the National Academy of Technologies of France. He authored 20 books on Robotics and VR translated into several languages.
<p>Foreword xiii</p> <p>Preface xv</p> <p><b>1 Introduction 1</b></p> <p>1.1 The Three I’s of Virtual Reality 3</p> <p>1.2 A Short History of Early Virtual Reality 3</p> <p>1.3 Early Commercial VR Technology 8</p> <p>1.4 VR Becomes an Industry 10</p> <p>1.5 The Five Classic Components of a VR System 12</p> <p>1.6 Review Questions 13</p> <p>References 14</p> <p><b>2 Input Devices: Trackers, Navigation, and Gesture Interfaces 16</b></p> <p>2.1 Three-Dimensional Position Trackers 17</p> <p>2.1.1 Tracker Performance Parameters 19</p> <p>2.1.2 Mechanical Trackers 21</p> <p>2.1.3 Magnetic Trackers 24</p> <p>2.1.4 Ultrasonic Trackers 32</p> <p>2.1.5 Optical Trackers 35</p> <p>2.1.6 Hybrid Inertial Trackers 38</p> <p>2.2 Navigation and Manipulation Interfaces 41</p> <p>2.2.1 Tracker-Based Navigation/Manipulation Interfaces 42</p> <p>2.2.2 Trackballs 44</p> <p>2.2.3 Three-Dimensional Probes 45</p> <p>2.3 Gesture Interfaces 46</p> <p>2.3.1 The Pinch Glove 48</p> <p>2.3.2 The 5DT Data Glove 49</p> <p>2.3.3 The Didjiglove 51</p> <p>2.3.4 The CyberGlove 53</p> <p>2.4 Conclusion 54</p> <p>2.5 Review Questions 54</p> <p>References 54</p> <p><b>3 Output Devices: Graphics, Three-Dimensional Sound, and Haptic Displays 57</b></p> <p>3.1 Graphics Displays 58</p> <p>3.1.1 The Human Visual System 58</p> <p>3.1.2 Personal Graphics Displays 60</p> <p>3.1.3 Large-Volume Displays 70</p> <p>3.2 Sound Displays 84</p> <p>3.2.1 The Human Auditory System 84</p> <p>3.2.2 The Convolvotron 88</p> <p>3.2.3 Speaker-Based Three-Dimensional Sound 90</p> <p>3.3 Haptic Feedback 92</p> <p>3.3.1 The Human Haptic System 93</p> <p>3.3.2 Tactile Feedback Interfaces 97</p> <p>3.3.3 Force Feedback Interfaces 102</p> <p>3.4 Conclusion 110</p> <p>3.5 Review Questions 110</p> <p>References 111</p> <p><b>4 Computing Architectures For VR 116</b></p> <p>4.1 The Rendering Pipeline 117</p> <p>4.1.1 The Graphics Rendering Pipeline 117</p> <p>4.1.2 The Haptics Rendering Pipeline 125</p> <p>4.2 PC Graphics Architecture 126</p> <p>4.2.1 PC Graphics Accelerators 129</p> <p>4.2.2 Graphics Benchmarks 133</p> <p>4.3 Workstation-Based Architectures 135</p> <p>4.3.1 The Sun Blade 1000 Architecture 136</p> <p>4.3.2 The SGI Infinite Reality Architecture 137</p> <p>4.4 Distributed VR Architectures 139</p> <p>4.4.1 Multipipeline Synchronization 140</p> <p>4.4.2 Colocated Rendering Pipelines 143</p> <p>4.4.3 Distributed Virtual Environments 149</p> <p>4.5 Conclusion 153</p> <p>4.6 Review Questions 154</p> <p>References 155</p> <p><b>5 Modeling 157</b></p> <p>5.1 Geometric Modeling 158</p> <p>5.1.1 Virtual Object Shape 158</p> <p>5.1.2 Object Visual Appearance 164</p> <p>5.2 Kinematics Modeling 172</p> <p>5.2.1 Homogeneous Transformation Matrices 172</p> <p>5.2.2 Object Position 172</p> <p>5.2.3 Transformation Invariants 175</p> <p>5.2.4 Object Hierarchies 176</p> <p>5.2.5 Viewing the Three-Dimensional World 178</p> <p>5.3 Physical Modeling 180</p> <p>5.3.1 Collision Detection 180</p> <p>5.3.2 Surface Deformation 183</p> <p>5.3.3 Force Computation 184</p> <p>5.3.4 Force Smoothing and Mapping 190</p> <p>5.3.5 Haptic Texturing 192</p> <p>5.4 Behavior Modeling 194</p> <p>5.5 Model Management 197</p> <p>5.5.1 Level-of-Detail Management 198</p> <p>5.5.2 Cell Segmentation 202</p> <p>5.6 Conclusion 205</p> <p>5.7 Review Questions 206</p> <p>References 206</p> <p><b>6 VR Programming 210</b></p> <p>6.1 Toolkits and Scene Graphs 210</p> <p>6.2 WorldToolKit 214</p> <p>6.2.1 Model Geometry and Appearance 214</p> <p>6.2.2 The WTK Scene Graph 215</p> <p>6.2.3 Sensors and Action Functions 218</p> <p>6.2.4 WTK Networking 220</p> <p>6.3 Java 3D 221</p> <p>6.3.1 Model Geometry and Appearance 222</p> <p>6.3.2 Java 3D Scene Graph 223</p> <p>6.3.3 Sensors and Behaviors 225</p> <p>6.3.4 Java 3D Networking 227</p> <p>6.3.5 WTK and Java 3D Performance Comparison 227</p> <p>6.4 General Haptics Open Software Toolkit 231</p> <p>6.4.1 GHOST Integration with the Graphics Pipeline 231</p> <p>6.4.2 The GHOST Haptics Scene Graph 232</p> <p>6.4.3 Collision Detection and Response 234</p> <p>6.4.4 Graphics and PHANToM Calibration 234</p> <p>6.5 PeopleShop 235</p> <p>6.5.1 DI-Guy Geometry and Path 236</p> <p>6.5.2 Sensors and Behaviors 237</p> <p>6.5.3 PeopleShop Networking 238</p> <p>6.6 Conclusion 239</p> <p>6.7 Review Questions 239</p> <p>References 240</p> <p><b>7 Human Factors in VR 243</b></p> <p>7.1 Methodology and Terminology 244</p> <p>7.1.1 Data Collection and Analysis 246</p> <p>7.1.2 Usability Engineering Methodology 250</p> <p>7.2 User Performance Studies 253</p> <p>7.2.1 Testbed Evaluation of Universal VR Tasks 253</p> <p>7.2.2 Influence of System Responsiveness on User Performance 256</p> <p>7.2.3 Influence of Feedback Multimodality 260</p> <p>7.3 VR Health and Safety Issues 266</p> <p>7.3.1 Direct Effects of VR Simulations on Users 267</p> <p>7.3.2 Cybersickness 269</p> <p>7.3.3 Adaptation and Aftereffects 274</p> <p>7.3.4 Guidelines for Proper VR Usage 276</p> <p>7.4 VR and Society 277</p> <p>7.4.1 Impact on Professional Life 278</p> <p>7.4.2 Impact on Private Life 278</p> <p>7.4.3 Impact on Public Life 279</p> <p>7.5 Conclusion 280</p> <p>7.6 Review Questions 280</p> <p>References 282</p> <p><b>8 Traditional VR Applications 285</b></p> <p>8.1 Medical Applications of VR 287</p> <p>8.1.1 Virtual Anatomy 287</p> <p>8.1.2 Triage and Diagnostic 289</p> <p>8.1.3 Surgery 296</p> <p>8.1.4 Rehabilitation 304</p> <p>8.2 Education, Arts, and Entertainment 314</p> <p>8.2.1 VR in Education 314</p> <p>8.2.2 VR and the Arts 319</p> <p>8.2.3 Entertainment Applications of VR 324</p> <p>8.3 Military VR Applications 328</p> <p>8.3.1 Army Use of VR 328</p> <p>8.3.2 VR Applications in the Navy 334</p> <p>8.3.3 Air Force Use of VR 338</p> <p>8.4 Conclusion 342</p> <p>8.5 Review Questions 342</p> <p>References 343</p> <p><b>9 Emerging Applications of VR 349</b></p> <p>9.1 VR Applications in Manufacturing 349</p> <p>9.1.1 Virtual Prototyping 350</p> <p>9.1.2 Other VR Applications in Manufacturing 358</p> <p>9.2 Applications of VR in Robotics 362</p> <p>9.2.1 Robot Programming 363</p> <p>9.2.2 Robot Teleoperation 365</p> <p>9.3 Information Visualization 371</p> <p>9.3.1 Oil Exploration and Well Management 374</p> <p>9.3.2 Volumetric Data Visualization 376</p> <p>9.4 Conclusion 382</p> <p>9.5 Review Questions 382</p> <p>References 383</p> <p>Index 387</p>
"...provides an excellent overview of the field...a fine textbook.... I would recommend highly." (Real Time Graphics, August 2003)<br> <br> "...this second edition was well overdue, but it has to be said that it has been worth the wait...a must-have book." (Assembly Automation, Vol 24(1), 2004)
GRIGORE C. BURDEA is a professor at Rutgers, the State University of New Jersey, and author of the book Force and Touch Feedback for Virtual Reality, also published by Wiley.<br> <br> PHILIPPE COIFFET is a Director of Research at CNRS (French National Scientific Research Center) and Member of the National Academy of Technologies of France. He has authored twenty books on robotics and virtual reality, which have been translated into several languages.
A groundbreaking Virtual Reality textbook is now even better<br> <br> Virtual reality is a very powerful and compelling computer application by which humans interact with computer-generated environments in a way that mimics real life and engages various senses. Although its most widely known application is in the entertainment industry, the real promise of virtual reality lies in such fields as medicine, engineering, oil exploration, and the military, to name just a few. Through virtual reality, scientists can triple the rate of oil discovery, pilots can dogfight numerically superior "bandits," and surgeons can improve their skills on virtual (rather than real) patients.<br> <br> This Second Edition of the first comprehensive technical book on virtual reality provides updated and expanded coverage of the technology such as:<br> * Input and output interfaces including touch and force feedback<br> * Computing architecture (with emphasis on the rendering pipeline and task distribution)<br> * Object modeling (including physical and behavioral aspects)<br> * Programming for virtual reality (WorldToolKit, Java 3D, GHOST, and PeopleShop)<br> * An in-depth look at human factors issues, user performance, and sensorial conflict aspects of VR<br> * Traditional and emerging VR applications<br> <br> The new edition of Virtual Reality Technology is specifically designed for use as a textbook. Thus, it includes definitions, review questions, and a CD-ROM with video clips that reinforce the topics covered. The CD-ROM also contains a Laboratory Manual with homework and programming assignments in VRML and Java 3D, as follows:<br> * Introduction to VRML and Java 3D<br> * Sensor and Event Processing<br> * VRML and JavaScript<br> * Scene Hierarchy, Geometry, and Texture<br> * VRML PROTO and Glove Devices<br> * Viewpoint Control, Sound, and Haptic Effects<br> <br> The Second Edition will serve as a state-of-the-art resource for both undergraduate and graduate students in engineering, computer science, and other disciplines.

Diese Produkte könnten Sie auch interessieren:

Schreiben in technischen Berufen
Schreiben in technischen Berufen
von: Monika Weissgerber
PDF ebook
25,99 €
Skype For Dummies
Skype For Dummies
von: Loren Abdulezer, Susan Abdulezer, Howard Dammond, Niklas Zennstrom
PDF ebook
19,99 €