Syllabus - Computer Science 324e - Elements of Graphics and Visualization
 The University of Texas at Austin · Spring 2012


Objectives: Basics of 2 and 3 dimensional computer graphics systems, modeling and rendering, and selected graphics software APIs. Other topics may include interactive graphics, animation, graphical user interfaces, image processing, and the graphical presentation of information.

Prerequisites: CS307, CS313e, CS314, CS314H, EE422c, OR EE322c with a grade of at least C-.

Lecture: 52880, MWF 11 am - 12 noon, UTC 3.134

Instructor: Mike Scott, <scottmATcsDOTutexasDOTedu> Painter Hall 5.68,
Office Hours: MW 3 - 4  pm Painter Microlab (5th floor lab), Fridays noon - 5 pm (PAI 5.68 and Microlab. Priority given to students in CS378) and by appointment. Email me for an appointment.

Teaching Assistant:Yuanzhong Xu, email: xyu, Office Hours: Tuesday, 9 am - 2 pm, Thursday 9 am - 12 noon

Textbook (Required): Filthy Rich Clients - Developing Animated and Graphical Effects for Desktop Java Applications by Chet Hause and Romain Guy, ISBN 978-0-13-241393-0

Website: http://www.cs.utexas.edu/~scottm/cs324e. Course materials and announcements are available there.

CS Lab Account:

Computing Facilities:

Software: We will use Java and the Java3D api in this class. Required software for homework is available on the computers in the CS department microlab. If you wish to work on your own computer the software is free. See the class web page for links to download Java and Java3D.

Class Discussion Tool: I have set up a discussion group for the class on Piazza.

Schedule: A schedule of lecture topics, reading assignments, and assignment distribution and due dates is available online, via the class web page, www.cs.utexas.edu/~scottm/cs324e/schedule.htm.  The schedule lists topics and readings. The schedule is subject to change.

Grades
  Topic Posted Due Points
Assignments / Projects Intro / Review of Java, Substitution Cipher A1, Wednesday, January 18 Wednesday, February 8 75
Hello GUI and Graphics A2, Wednesday, February 8 Wednesday, February 15 25
Simple Graphics - Wriggling Bugs A3, Wednesday, February 15 Wednesday, February 29 75
Random Art A4, Monday, February 29 Wednesday, March 21 125
Image Processing and Manipulation A5, Wednesday, March 21 Wednesday, April 4 100
Simple Animation - Lilac Chaser A6, Wednesday, April 4 Wednesday, April 11 75
Wator World A7, Wednesday, April 11 Wednesday, April 25 125
Simple Java 3D Scene A8, Friday, April 27 Friday, May 4 50
Midterm In class, Wednesday, March 7 100
Final Friday, May 11, 2 - 5 pm, Location TBD 250

Important Dates for Changing Academic Status and Dropping the Course: Refer to the Registrar's academic calendar for the deadlines for changes in academic status. Highlights are:


Academic Honesty: Taken from the CS department Code of Conduct.

"The University and the Department are committed to preserving the reputation of your degree. It means a lot to you. In order to guarantee that every degree means what it says it means, we must enforce a strict policy that guarantees that the work that you turn in is your own and that the grades you receive measure your personal achievements in your classes:

Every piece of work that you turn in with your name on it must be yours and yours alone unless explicitly allowed by an instructor in a particular class. Specifically, unless otherwise authorized by an instructor:

You are responsible for complying with this policy in two ways:

  1. You must not turn in work that is not yours, except as expressly permitted by the instructor of each course.
  2. You must not enable someone else to turn in work that is not theirs. Do not share your work with anyone else. Make sure that you adequately protect all your files. Even after you have finished a class, do not share your work or published answers with the students who come after you. They need to do their work on their own.

The penalty for academic dishonesty will be a course grade of F and a referral of the case to the Dean of Students. Further penalties, including suspension or expulsion from the university may be imposed by that office.

One final word: This policy is not intended to discourage students from learning from each other, nor is it unmindful of the fact that most significant work in computer science and in the computing industry is done by teams of people working together. But, because of our need to assign individual grades, we are forced to impose an otherwise artificial requirement for individual work. In some classes, it is possible to allow and even encourage collaboration in ways that do not interfere with the instructor's ability to assign grades. In these cases, your instructor will make clear to you exactly what kinds of collaboration are allowed for that class."

For CS324e the policy on collaboration is modified as follows: You are encouraged to study for tests together, to discuss methods for solving the assignments, to help each other in using the software, and to discuss methods for debugging code. Essentially if you talk about an assignment with any one else you are okay, but the moment you start looking at someone else's source code or showing someone else your source code you have crossed the line into cheating. You should not ask anyone to give you a copy of their code or, conversely, give your code to another student who asks you for it. Similarly, you should not discuss your algorithmic strategies to such an extent that you and your collaborators end up turning in exactly the same code. Discuss high level approaches together, but do the coding on your own.

Understand the difference between cheating and collaboration. Collaboration is allowed, cheating will lead to failure in the course.

Examples of cheating are many and include accessing another student's account, looking at someone else's solution code, copying or downloading someone else's solution code, referring to solutions from previous semesters, and / or allowing others to copy of access your solution code. This means you shall not look on the internet for code to solve your problems.

Examples of allowable collaboration include discussions and debate of general concepts and solution strategies and help with syntax errors.

The code you can reuse in this course are:

  1. You may use any code you develop with the instructor, TAs, or proctors.
  2. You may share additional test cases and expected results of test cases.

You shall not make use of code you find from other sources including the world wide web. Materials from the web should only be used for educational purposes. Thus, you can read about linked lists and look at examples of linked list code, but you must not copy any code from the web or be looking at any of this code from the web when writing anything you turn in. If you discuss an assignment with another students or look at examples from the web you should employ the World of Warcraft Rule: after a discussion with another student or looking at example code you should do something that has nothing to do with computer science or programming for al least half an hour. Playing World of Warcraft or other similar activity. (Watching a sitcom, reading a book.)

You are also allowed to post short segments of code (3 lines or less) of code that are giving you syntax errors to the class listserv in order to get help on fixing the syntax error.

If you have any doubts about what is allowed ask the instructor.

Plagiarism detection software will be used on assignments to find students who have copied code from one another. 

For more information on Scholastic Dishonesty see the University Policy on Scholastic Dishonesty
 


Religious Holidays: By UT Austin policy, you must notify me of your pending absence at least fourteen days prior to the date of observance of a religious holy day. If you must miss a class, an examination, a work assignment, or a project in order to observe
a religious holy day, you will be given an opportunity to complete the missed work within a reasonable time after the absence.

Students with Disabilities: students with disabilities may request appropriate academic accommodations from the Division of Diversity and Community Engagement, Services for Students with Disabilities, 471-6259, www.utexas.edu/diversity/ddce/ssd/
 


To the CS 324e home page