Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Introduction to Visual Effects Programming - Assignment | VSFX 160, Assignments of Typography

Material Type: Assignment; Professor: Kaul; Class: Introduction to Visual Effects Programming; Subject: Visual Effects; University: Savannah College of Art and Design; Term: Unknown 1989;

Typology: Assignments

Pre 2010

Uploaded on 08/04/2009

koofers-user-abp-1
koofers-user-abp-1 🇺🇸

4

(1)

10 documents

1 / 2

Toggle sidebar

Related documents


Partial preview of the text

Download Introduction to Visual Effects Programming - Assignment | VSFX 160 and more Assignments Typography in PDF only on Docsity! VSFX 160: Introduction to Visual Effects Programming Grading criteria for assignments Dave Kaul Generic Example (This is an example of the assignment I would give in class): for i in `seq 1 10`;do echo “Hello World.” done GRADE D: Changing only the text in from the template assignment: Example: for i in `seq 1 10`;do echo “Greetings, Earthling!” done GRADE C: Changing the text and some variables: Example: for j in `seq 1 100`;do echo “Says alien $j: Greetings, Earthling!” done GRADE B: Changing the structure of the program by using different looping techniques, procedures, variables in such as way that demonstrates some fundamental programming knowledge. Some innovation is included that improves upon the original. Example: let a=0 while [ $a –lt 11]; do echo “My Hulking power grows $a times!” let a+=1 done
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved