1 / 7

3D Graphics

Create visually realistic virtual systems with an emphasis on real-time shading and textured surfaces using Direct3D graphics functions. Utilize graphics primitives such as points, lines, triangles, and textured triangles to construct complex surfaces. Implement moving coordinate systems and various rotations using matrices and Euler angles.

gillan
Download Presentation

3D Graphics

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. 3D Graphics Need to make visually realistic virtual systems Emphasis on real-time graphics: This includes shading and textured surfaces We will use Direct3D (DirectX) graphics functions Main D3D graphics primitives are: Lists of points, lines, triangles,and textured triangles Complex surfaces can be constructed by combining primitive objects

  2. Y X Z Moving Co-ordinate Systems y x z

  3. Moving Co-ordinate Systems

  4. Z-Axis Rotation Y X Z

  5. X-Axis Rotation Y-Axis Rotation

  6. Euler Angle Rotation Matrices where: note for any rotation matrix: There are several different Euler angle systems This one is popular for aircraft

  7. Euler Angle Rotation Matrices

More Related