Difference between revisions of "BTP300 Weekly Schedule 20113"

From CDOT Wiki
Jump to: navigation, search
(Week 6 - Oct 9)
(Week 7 - Oct 16)
Line 136: Line 136:
 
=== Resources ===
 
=== Resources ===
  
<!--
+
 
 
== Week 8 - Oct 30 ==
 
== Week 8 - Oct 30 ==
  
 
=== This Week ===
 
=== This Week ===
  
* Mathematics (addendum to course notes)
+
* [https://cs.senecac.on.ca/~btp300/pages/content/aggre.html More on Arrays]
** Planes
+
** one-dimensional - static and dynamic
** Collisions
+
** two-dimensional - static and dynamic
*** Planes
+
** ragged arrays
*** Spheres
+
** [https://cs.senecac.on.ca/~btp300/pages/handouts/h6.html Two-Dimensional Arrays]
* [https://cs.senecac.on.ca/~btp300/pages/content/3dren.html Visibility]
+
* [https://cs.senecac.on.ca/~btp300/pages/content/linkl.html Lists]
** Culling Techniques
+
** stack
*** Occlusion culling
+
** queue
**** Painter's algorithm
+
** doubly linked list
**** Depth Buffering
+
** [https://cs.senecac.on.ca/~btp300/pages/handouts/h15.html Linked Lists]
** Direct Device Branch
+
 
*** Graphics Card Component
 
**** Display Portal
 
* [https://cs.senecac.on.ca/~btp300/pages/content/light.html Lighting]
 
** Model Branch
 
*** Lighting Component
 
**** Lighting coordinator
 
**** Light primitive
 
** Direct Device Branch
 
*** Graphics Card component
 
**** Display portal
 
**** DeviceLight primitive
 
  
 
=== To Do ===
 
=== To Do ===
 +
* do workshop on templates
 +
* start working on assignment 3
  
# Checkout 8-Visibility
 
# Run Visibility Sample
 
# Derive a Plane Object from abstract base class Object
 
  
 
=== Resources ===
 
=== Resources ===
* Lecture Material
 
** DirectX documentation as installed on your local computer
 
** [http://msdn.microsoft.com/en-us/library/ MSDN Library]
 
  
 +
<!--
 
== Week 9 - Nov 6 ==
 
== Week 9 - Nov 6 ==
  

Revision as of 20:01, 1 November 2011


BTP300 Fall 2011 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources

Weekly Schedule 20113

Week 1 - Sep 4

This Week

To Do

Resources

Week 2 - Sep 11

This Week

To Do

Resources

Week 3 - Sep 18

This Week

To Do

Resources

Week 4 - Sep 25

This Week

To Do

Resources

Week 5 - Oct 2

This Week

To Do

  • Prepare your repository for your team members to start working on Assignment 2
  • Read Assignment 2 and allocate the responsibilities amongst the team members
  • Download Tortoise SVN and install it on your local computer.

Resources

Week 6 - Oct 9

This Week

  • Multiple Inheritance
  • review of handout
    • order of construction and destruction (base, derived, derived as listed)
    • early and late binding (increment() call)
  • review of inheritance
    • private, protected, public
    • order of construction and destruction
    • shadowing
    • compile-time and run-time binding

To Do

  • complete Workshop 4
  • start working on assignment 2
  • start studying for mid-term

Resources

Week 7 - Oct 16

This Week

  • Kinds of Polymorphism
    • ad-hoc (coercion and overloading)
    • universal (inclusion and parametric)
    • dynamic run-time identification
  • Templates
  • Mid-Term Test
    • two full periods
    • two questions - one walkthrough, one word problem
    • course textbook
    • one study sheet both sides

To Do

  • continue working on assignment

Resources

Week 8 - Oct 30

This Week


To Do

  • do workshop on templates
  • start working on assignment 3


Resources