CourseNotes
Published on CourseNotes (https://course-notes.org)

Home > Ap chapter 3 outline

Ap chapter 3 outline

Subject: 
World History [1]
Rating: 
0
No votes yet
Tags: 
Computing [2]
d [3]
Software engineering [4]
Tunnel Records [5]
Computer programming [6]
Java platform [7]
behavior [8]
Human development [9]
Interpersonal relationships [10]
Love [11]
Psychoanalysis [12]
Human behavior [13]
Attachment theory [14]
Evolutionary biology [15]
Personal life [16]
Technology [17]

#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);

Source URL:https://course-notes.org/world_history/premium/ap_chapter_3_outline#comment-0

Links
[1] https://course-notes.org/subject/world_history [2] https://course-notes.org/taxonomy/term/1045727 [3] https://course-notes.org/taxonomy/term/1044029 [4] https://course-notes.org/taxonomy/term/1048472 [5] https://course-notes.org/taxonomy/term/1054321 [6] https://course-notes.org/taxonomy/term/1045729 [7] https://course-notes.org/taxonomy/term/1050548 [8] https://course-notes.org/tag_your_content/behavior [9] https://course-notes.org/taxonomy/term/1045717 [10] https://course-notes.org/taxonomy/term/1045826 [11] https://course-notes.org/taxonomy/term/1045827 [12] https://course-notes.org/taxonomy/term/1045828 [13] https://course-notes.org/taxonomy/term/1045823 [14] https://course-notes.org/taxonomy/term/1045702 [15] https://course-notes.org/taxonomy/term/1045656 [16] https://course-notes.org/taxonomy/term/1045704 [17] https://course-notes.org/tag_your_content/technology