1 / 10

Mid-presentation

Mid-presentation. Name of Team: A*. contents. Project Descriptions Fundamental of A* Understanding of 3d Math and Graphics Technical Skill sets So far, What we did … . Desirable Reference. Project Descriptions .

pier
Télécharger la présentation

Mid-presentation

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. Mid-presentation Name of Team: A* April .2 . 2003

  2. contents • Project Descriptions • Fundamental of A* • Understanding of 3d Math and Graphics • Technical Skill sets • So far, What we did… . • Desirable • Reference April .2 . 2003

  3. Project Descriptions If your game is running on a slow computer, you can adjust your A* heuristic . Most games use A* algorithm to find Best Path, since it can be significantly faster than Dijkstra’s algorithm or BFS. So we’ll design and implement simulation tool using A* algorithm. April .2 . 2003

  4. Fundamental of A* • Use heuristic function unlike Dijkstra’s algorithm April .2 . 2003

  5. Understanding of 3D math & Graphics (xmax , ymax , -zmax) DOP y parallel view volume (xmin , ymin , -zmin) x z April .2 . 2003

  6. Understanding of 3D math & Graphics • translation (x= x+dx, y= y+dy) • scaling • rotation • shearing (along x) April .2 . 2003

  7. Technical Skill sets • We use C++, OpenGL, MAX 5.0, A* algorithm. • Understanding of 3D math and graphics. April .2 . 2003

  8. So far, what we did… . April .2 . 2003

  9. Desirable • To implement A* algorithm, based on 3D map. • To evaluate Heuristic function- • Related works- Game , GPS,etc . April .2 . 2003

  10. Reference • http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html • http://www.policyalmanac.org/games/aStarTutorial.htm • Our text book • Real-Time Rendering by Akenine-Moller April .2 . 2003

More Related