Difference between revisions of "GAM670/DPS905 Weekly Schedule 20121"

From CDOT Wiki
Jump to: navigation, search
(To Do)
(To Do)
Line 54: Line 54:
 
# add your name to the student list
 
# add your name to the student list
 
# create a team page that includes the semester number 20121
 
# create a team page that includes the semester number 20121
# describe the game that you intend to develop
+
## describe the game that you intend to develop
# list the topics of interest to your team in developing its game
+
## list the topics of interest to your team in developing its game
 +
## list the other topics of interest
 
<!--
 
<!--
 
# Port Game Design over to Update Base Code-->
 
# Port Game Design over to Update Base Code-->

Revision as of 09:01, 11 January 2012


GAM670/DPS905 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources


GAM670/DPS905 -- Weekly Schedule 20121

Week 1 - Jan 8

This Week

  • Assignment Discussion
  • Suggested Enhancements
  • Relative Reference Frames
    • Recursive calls
      Vector Frame::position()
      Matrix Frame::rotation()
      Matrix Frame::world()
    • Detaching from and attaching to a parent frame
      Frame::attachTo()
  • 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

To Do

  1. add your name to the student list
  2. create a team page that includes the semester number 20121
    1. describe the game that you intend to develop
    2. list the topics of interest to your team in developing its game
    3. list the other topics of interest

Resources