1 / 14

Real Time Game Figures Interception and Processing

Real Time Game Figures Interception and Processing. By Roy Vardi & Amir Darmon. Presentation Content. Basic concept Technologies we have used The Design Problems, challenges & solutions Educational Gain. Basic concept. Basic concept. The game is based on Ogre engine.

elin
Télécharger la présentation

Real Time Game Figures Interception and Processing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Real Time Game Figures Interception and Processing By Roy Vardi & Amir Darmon

  2. Presentation Content • Basic concept • Technologies we have used • The Design • Problems, challenges & solutions • Educational Gain

  3. Basic concept

  4. Basic concept • The game is based on Ogre engine. • The physics is based on newton technology. • When using both we can create interactive multiple objects game.

  5. Technologies we have used

  6. Technologies we have used • Ogre (Object-Oriented Graphics Rendering Engine) is a open source graphics engine. • Newton Game Dynamics is a free, but closed source physics engine for realistically simulating rigid bodies in games and other real-time applications

  7. The Design

  8. The Design • Learning the ogre engine and the Newton technology and make both of them work together (orgrenewt). • Write structural code in C++ which implement the ogre and Newton methods. • Create interactive game.

  9. Problems we faced & their solutions

  10. Problems we faced & their solutions • Problem: Our main obstacle with the design was interact between the Ogre engine and the Newton technology. • Solution: find and implement Ogrnewt API which interact both with Ogre and Newton.

  11. Problems we faced & their solutions • Problem: Understand the physic behind the figures and scene. • Solution: Understand the basic of image processing and the way Newton interpreters the world.

  12. Educational Gain

  13. Educational Gain • Experiencing coding to graphical engine. • Be familiar with Ogre as graphic engine and with Newton as physics engine.

  14. Q & A

More Related