Difference between revisions of "GAM670/DPS905 Weekly Schedule 20111"
(→This Week) |
(→This Week) |
||
Line 11: | Line 11: | ||
* Relative Reference Frames | * Relative Reference Frames | ||
** Recursive calls | ** Recursive calls | ||
− | **: Frame::position() | + | **: Vector Frame::position() |
− | **: Frame::rotation() | + | **: Matrix Frame::rotation() |
− | **: Frame::world() | + | **: Matrix Frame::world() |
** Detaching from and attaching to a parent frame | ** Detaching from and attaching to a parent frame | ||
**: Frame::attachTo() | **: Frame::attachTo() | ||
Line 20: | Line 20: | ||
**: normal + constant - examples | **: normal + constant - examples | ||
**: equation of a plane: dot(n, x) + D = 0 | **: equation of a plane: dot(n, x) + D = 0 | ||
− | **: positive side of plane dot(n, x) + D > 0 | + | **: positive side of a plane dot(n, x) + D > 0 |
− | |||
**: test a point for presence within a set of planes | **: test a point for presence within a set of planes | ||
**: normal calculations - general rotation matrix - vector and angle | **: normal calculations - general rotation matrix - vector and angle | ||
** ViewingFrustum | ** ViewingFrustum | ||
**: parameters | **: parameters | ||
− | ***: near clipping plane | + | ***: near-clipping plane |
− | ***: far clipping plane | + | ***: far-clipping plane |
***: field of view angle | ***: field of view angle | ||
***: aspect ratio | ***: aspect ratio | ||
Line 34: | Line 33: | ||
***: left and right planes | ***: left and right planes | ||
***: top and bottom planes | ***: top and bottom planes | ||
+ | *** coding | ||
+ | ***: constructor | ||
+ | ***: ViewingFrustum::contains() | ||
** Bounded Volume | ** Bounded Volume | ||
**: BoundedVolume : Frame | **: BoundedVolume : Frame |
Revision as of 20:33, 12 January 2011
GAM670/DPS905 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Contents
GAM670/DPS905 -- Weekly Schedule 20111
Week 1 - Jan 9
This Week
- Suggested Enhancements
- Assignment Discussion
- Review of base code
- Relative Reference Frames
- Recursive calls
- Vector Frame::position()
- Matrix Frame::rotation()
- Matrix Frame::world()
- Detaching from and attaching to a parent frame
- Frame::attachTo()
- Recursive calls
- Visibility Determination
- Plane
- normal + constant - examples
- equation of a plane: dot(n, x) + D = 0
- positive side of a plane dot(n, x) + D > 0
- test a point for presence within a set of planes
- normal calculations - general rotation matrix - vector and angle
- ViewingFrustum
- parameters
- near-clipping plane
- far-clipping plane
- field of view angle
- aspect ratio
- 6 planes
- near and far planes
- left and right planes
- top and bottom planes
- coding
- constructor
- ViewingFrustum::contains()
- Bounded Volume
- BoundedVolume : Frame
- BoundedVolume::setRadius()
- BoundedVolume::getRadius()
- Plane
To Do
Resources
Week 2 - Jan 16
This Week
- Collision Detection
- Comprehensive Camerawork
- Billboards and Skyboxes
- Index Buffers, Meshes
To Do
- Form Teams, Identify Members (3 members) and add your team and members to Teams 20111 Before Thursday 20th.
- Confirm your name and information at Student List 20111