Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The objective of this assignment is to help you understand how matrices work in conjunction with 3 D mesh data. Before we only worked in
The objective of this assignment is to help you understand how matrices work in conjunction with D mesh data. Before we only worked in a dimensional space, but now were moving on into D space. In order to see objects as they would be in the real world, we need to involve different matrices that serve different purposes.
First lets talk about the three matrices and what their purpose are. A world matrix is used for objects to dictate where they are in Cartesian space. This matrix can include rotation, scale, and translation information. Each object in your scene will have their own world matrix. Second matrix we will discuss here will be the view matrix. This matrix acts like a camera in your scene. This view matrix has a position and a direction of where to look. Lastly, we have a projection matrix. This matrix helps us see objects as if they were distant from us by shrinking or growing the items in our scene. In essence this matrix is what gives us the feel of real D by adding perspective to our scene. Keep in mind that all of these matrices will be a x matrix.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started