Next: t_see_world
Up: t_see_world
Previous: t_see_world
5. Debugging advice
- If you get strange long lines across your picture, check your
logic about connections of points. Have you used nested
if
statements properly?
- If your points are bunched up and not spread around the picture,
check your transformations. Do your matrix and vector multiplication
routines use the indices
i j k
correctly?
- If you get mirror images of the correct continents, check whether
your hidden-line test is the right way around.
Kirby A. Baker
2002-02-21