CS 248: Introduction to Computer Graphics

Pat Hanrahan


Assignment 1 Frequently Asked Questions (FAQ)

Q1. How can I let the user control the brush size/opacity, etc?
Q2. I don't understand the "orientation" part of the assignment.
Q3. What if the window is covered?

Answers

Q1. How can I let the user control the brush size/opacity,

A1.


Q2. I don't understand the "orientation" part of the assignment.

A2.

  • Circles do not have to be oriented.
  • Rectangles
  • Lines
    Q3. What if the window is covered?

    A3.Save the pixels of the image and you may assume that when you are saving the image its window will not be obscured by other windows. You don't have to save the strokes of the session.


    Copyright © 1996 Pat Hanrahan