Today we will continue to look at the Model, Vertex, Color, and Primitive classes and see how to use them. We will use the programs in the folder renderer_1\clients_r1\Position_Model_Vertex_Color_LineSegment.
This page documents what we do in class. It contains Java programs that we will discuss in class, reading assignments, simple homework exercises that you can work on for practice and exam preparation (not for credit), and links to other sources of information.
Today we will continue to look at the Model, Vertex, Color, and Primitive classes and see how to use them. We will use the programs in the folder renderer_1\clients_r1\Position_Model_Vertex_Color_LineSegment.
Today we will start to look at the Scene data structure, which is the input data structure for the 3D renderer. We will begin with the programs in the folder renderer_1\clients_r1\Position_Model_Vertex_Color_LineSegment.
Today we will look at a few simple examples of "pixel algorithms" (image processing algorithms) in the pixel-algorithms sub-folder. See Section 1.4 from the renderer's Readme file.
For next week, read the sections about the Scene, Camera, Model, and Position data structures.
Today we will continue to talk about the FrameBuffer and Viewport data structures. We will use these pixel utilities,
to study the examples in the following zip file.
See the homework assignment page for your first programming assignment.
Today we will continue to talk about the FrameBuffer and Viewport data structures. We will use these pixel utilities,
to study the examples in the following zip file.
Today we will talk about the FrameBuffer and Viewport data structures. We will use these pixel utilities,
to study the examples in the following zip file. Read ReadMe.txt from the zip file. Also, be sure to build and read the Javadocs for the FrameBuffer class.
Read the sections about the FrameBuffer and Viewport.
Read the sections about packages and compiling.
Make sure that you can use the build scripts incuded with the renderer to build the renderer, build the Javadocs, and run a few of the renderer's client programs on your home computer. Also try to compile and run the client programs directly from the command-line using the javac and java commands.
Here is a brief introduction to this course.
Watch Introduction to rendering, a video about rendering from Pixar In A Box.
Read Chapter 1, pages 1-16 from this book.
Read Chapter 1 from this book.
Read Chapter 1 (PDF) and Section 2.1 (PDF) from this book.
We will discuss the code in the following zip file.
Read Sections 1.1 and 1.2 from the Readme from renderer_1.zip.
Here are a few small utilities that let us look at pixels on the computer screen.