public:t-gede-14-1:lab3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-gede-14-1:lab3 [2014/01/11 17:08] – [When You Are Finished] marino | public:t-gede-14-1:lab3 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
This lab is to some extent based on Chapter 4 in the textbook, in particular sections 4.2.1 " | This lab is to some extent based on Chapter 4 in the textbook, in particular sections 4.2.1 " | ||
- | The main focus here is to learn how we can use other coordinate systems to help us generate effects or behaviour that would be unintuitive to get with Cartesian coordinates. | + | The main focus here is to learn how we can use other coordinate systems to help us generate effects or behaviour that would be unintuitive to do with Cartesian coordinates. |
===== Discussion ===== | ===== Discussion ===== | ||
- | Discussion thread for this lab is here: [[https:// | + | Discussion thread for this lab is here: [[https:// |
===== Goal ====== | ===== Goal ====== | ||
Line 57: | Line 57: | ||
<box green 100% | **Bonus Pts!** > | <box green 100% | **Bonus Pts!** > | ||
- **Activate Only when Facing Ogre** To know if an object is in front of the camera, you can apply a simple dot product test. Take the vector between the camera and the object (use vector subtraction) and call that **V**. Now take the dot product between **V** and the facing vector **F** of the camera ('' | - **Activate Only when Facing Ogre** To know if an object is in front of the camera, you can apply a simple dot product test. Take the vector between the camera and the object (use vector subtraction) and call that **V**. Now take the dot product between **V** and the facing vector **F** of the camera ('' | ||
- | - Make the cube an object that is lying on the ground, when the Ogre passes over the cube, he will pick it up and the animation will play the cube circling the Ogre like he just picked up a power-up. \\ Wouldn' | + | - **Make the cube an object that is lying on the ground**, when the Ogre passes over the cube, he will pick it up and the animation will play the cube circling the Ogre like he just picked up a power-up. \\ Wouldn' |
- | - Finally, there is only a small step to making the cylindrical effect a Spherical effect:< | + | - **Finally, there is only a small step to making the cylindrical effect a Spherical effect:**< |
So the coordinate would be like (angle, | So the coordinate would be like (angle, | ||
X coordinate = sin(α) times cos(Θ) times r | X coordinate = sin(α) times cos(Θ) times r | ||
- | Y coordinate = cos(Θ) times r | + | Y coordinate = cos(α) times r // This was Cos of Θ, which was wrong :( |
Z coordinate = sin(α) sin(Θ) times r | Z coordinate = sin(α) sin(Θ) times r | ||
</ | </ | ||
Line 69: | Line 69: | ||
{{ : | {{ : | ||
- | Upload your **commented source files** into Lab2 in MySchool (zip them up if more than one). The lab projects will not be graded, but their completion counts towards your participation grade. | + | Upload your **commented source files** into Lab3 in MySchool (zip them up if more than one). |
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-14-1/lab3.1389460082.txt.gz · Last modified: 2024/04/29 13:32 (external edit)