Navigation3D.txt 359 B

12345678910
  1. Demo title: Navigation
  2. Demonstrates: How to implement rendering algorithms for Navigation software
  3. Short Description: Implementation of a navigation rendering system.
  4. Employs several techniques like anti-aliased lines and billboards and
  5. shows how to use culling and batching to optimize rendering.