Skip to content
Cawd Logo GAWD
  • Home
  • About
  • Assignments
  • Resources
  • Contact

Friday, January 24th

Friday, January 24th

Class hours: 10:05 – 2:45
Mr. Bohmann | wbohmann@ewsd.org

10:05 Today’s Notes & Attendance

Today is the official last day of Quarter 2 – all past due work due by 3pm or a zero forever! Check in with me, check in with PowerSchool, check under your desk – if you complete work, please let me know, so I can grade it. I don’t know if it is complete – unless you tell me so!

Did you have a good quarter of reading? Did you finish some books? I’ll put your book cover on the wall – just email me the book cover and I’ll do the rest. Reading Rubric – reflection

SkillsUSA – we are going to kick off Skills next week Wednesday. Think about the competition you’d like to try and who you might like to work with.

Portfolio Presentations: Bradon, Tobi


10:15 Ball Animation – Review from Yesterday

We use a control to keep and control the ball’s volume

The graph editor allows for fine tune adjustments

10:40 Careers in Animation

Careers in the Animation Field – so many!

There are a lot of careers in the field of Animation. Here’s a list of some.

More artistic jobs:
Concept artist
Storyboard artist
Pre-visualization (previz) artist
Modeling artist
Texturing artist
Character animator
Creature animator
Technical animator
Matte painting artist
Lighting artist (sometimes seen as more technical)
Rotoscope artist

More technical jobs:
Rigging Technical Director (TD)Fx TD
Shading TD
Pipeline TD
Compositor
Colorist
Crowd TD
Cloth TD
Layout TD
Rendering TD
Scanning TD
Systems Administrator
Head of Tools (R & D)

Supervisor Jobs:
Director
Assistant Director
Producer
Production Designer
Animation Director
Visual Effects Supervisor
CG Supervisor
Director of Photography
Editor

Assignment

Investigate one Artistic Job and one Technical Job and one Supervisor Job
(TD stands for technical director).
Select ones that look interesting to you, read about them and do a little research.

To earn an A for this assignment, do your homework. Your words, more than cut and paste. Assignment is in Google Classroom. Investigate, learn, share.

BTW – I used ChatGPT to look up a job. It is so easy to cut and paste and not really read the results. Be sure you answer thoroughly the questions on the worksheet. I want to know what you think, I’m not interested in what the AI thinks.

Animation Career Review, Glassdoor, Indeed, Bureau of Labor Statistics

10:50 Breaks

11:00 Unity Game Engine

We’ll be working with Cinemachine, collisions and some more basic scripting including refactoring and practicing methods by calling some built in Collision methods.

Refactoring: tidying up your code

Collisions

Using OnCollisionEnter()

void OnCollisionEnter(Collision other)
{
     Debug.log("Something hit me and it was" + other.gameObject);

}

void OnCollisionEnter(Collision other)
{
     GetComponent<MeshRenderer>().material.color = Color.red;


}

Code for the Player to initiate a Score

 //global variables here
 public int playerScore = 100;


 void OnCollisionEnter(Collision other)
 {
     if (other.gameObject.name == "Wall")
     {
         playerScore = playerScore - 1;
         Debug.Log("your score is " + playerScore);
     }
 }

12:25 – 12:55 Lunch

12:55 Independent Reading

book covers

1:20 Break

1:30 20%

Google 20% graphic

2:38Dailies

Dailies can be placed in the CAWD2 Dailies Folder on the CAWD2 Public Folders drive

2:40 Dismissal

GAWD Instructors:

Matt Cronin

Will Bohmann

Instragram Facebook Twitter

A little about GAWD:

Serving high school students interested in Gaming, Animation, and Web Development in North Western Vermont.

Students continue at:

University of Vermont Ringling School of Art and Design Northeastern University Rochester Institute of Technology Concordia University

Students find careers at:

Dealer.com Union Street Media Rovers North Prudential Investments DockYard
Navigate to top of page