AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

Ap chapter 3 outline

Wait just a minute here...

In order to access these resources, you will need to sign in or register for the website (takes literally 1 minute!) and contribute 10 documents to the CourseNotes library. Until you contribute 10 documents, you'll only be able to view the titles and some teaser text of the uploaded documents. There are 100,000+ essays, DBQs, study guides, practice tests, etc. that are only available to members that contribute. So what are you waiting for?

Get started right now!

Subject: 
Rating: 
0
No votes yet

#version 120 #define SKY_DESATURATION 0.0f varying vec4 texcoord; uniform vec3 sunPosition; uniform vec3 moonPosition; uniform vec3 upPosition; uniform float rainStrength; uniform int worldTime; varying vec3 lightVector; varying vec3 upVector; varying float timeSunrise; varying float timeNoon; varying float timeSunset; varying float timeMidnight; varying float timeSkyDark; varying vec3 colorSunlight; varying vec3 colorSkylight; varying vec3 colorSunglow; varying vec3 colorBouncedSunlight; varying vec3 colorScatteredSunlight; varying vec3 colorTorchlight; varying vec3 colorWaterMurk; varying vec3 colorWaterBlue; void main() { gl_Position = ftransform(); texcoord = gl_MultiTexCoord0; if (worldTime < 12700 || worldTime > 23250) { lightVector = normalize(sunPosition);

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!