Go to file
2022-06-20 00:12:23 -05:00
.vscode Add ff launch config 2022-06-20 00:11:32 -05:00
ClickedPoints Complete the assignment 2022-06-20 00:11:49 -05:00
lib Add matsuda libs 2022-06-20 00:11:04 -05:00
.gitignore Initial Commit 2022-06-20 00:00:11 -05:00
README.md There's no solution worth writing about 2022-06-20 00:12:23 -05:00

CSCE 4230 Computer Graphics

Homework 1

Problem Statement

Modify the ClickedPoints example as follow:

  1. Change the canvas size from 400x400 to 600x400.

  2. Change the clearing color (background color) from black to grey level 0.3. That is, use 0.3 for for each of the RGB values.

  3. Change the fragment color (point color) from red to yellow (with maximum intensity).

  4. Change the point size from 10 to 25.

Submit both your HTML and JS on Canvas. Please do NOT put them in Zip archives or similar.

This shouldn't take very long at all to do, and is really mainly a warm-up exercise.