|
Errata for Essentials of Interactive Computer Graphics: Concepts and
Implementation |
Last update: 10/6/2008.
Typo/Fixes of on-line
resources:
·
Does
not compile with Visual Studio2008: This problem is fixed and all tutorials are re-released. Simply
re-download all the tutorials. The new-releases compile with both 2005 and
2008. Fixed
on-line (10/3/2008).
·
Typo
on: http://depts.washington.edu/cmmr/biga/chapter_tutorials/mfc_tutorial/tutorial_7.html
o
Step 4:
Instead of “MFC_Library1.h” it should read “MFC_Library.vcproj”. Fixed on-line
(10/6/2008).
Typo/Fixes in the book:
dcx = (m_WCWindow.Width()/2.0f) + ((dcW/m_WCWindow.Width()) * (-center.x + wcx));
dcy = (m_WCWindow.Height()/2.0f) + ((dcH/m_WCWindow.Height())
* (-center.y + wcy));
The highlighted lines should be: dcW and
dcH. Notice this is a bug in the actual source code in all of the
libraries after Lib10. This function (WorldToDevice()) is included for completeness and is not
actually called from anywhere in any of the tutorials.
|
|
|
|
Kelvin Sung | Kelvin
Research Page | CSS
Home | UW
Bothell | UW
Seattle
|
|
|
|