summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-02drawRobots: reduce push/pop and better commentssubmission-20131202Peter Wu1-7/+17
2013-12-02Improve commentsPeter Wu2-8/+34
2013-12-02Implement antigravityPeter Wu1-0/+17
2013-12-02Less brainfucked center point effectPeter Wu1-5/+8
2013-12-02Fix color of lightingPeter Wu1-3/+3
2013-12-02Fix material colors, increase precision for spheresPeter Wu2-9/+13
2013-11-29Use a neutral color for diffuse (black)Peter Wu1-2/+2
2013-11-29Materials fixed (I guess)Frank v/d Haterd1-6/+6
2013-11-29Fix lighting bug, cleanupPeter Wu1-6/+4
2013-11-29Implement lighting (exercise 1.4)Peter Wu1-3/+65
2013-11-29RobotRace: formatting, no functional changesPeter Wu1-55/+63
2013-11-29drawRobots method in RobotRace class added. 3 out of 4 materials modified to ...Frank v/d Haterd1-20/+21
2013-11-29drawRobots method in RobotRace class added. 3 out of 4 materials modified to ...Frank v/d Haterd1-6/+6
2013-11-29drawRobots method in RobotRace class added. 3 out of 4 materials modified to ...Frank v/d Haterd1-2/+2
2013-11-29Robot: fix flying stick figure and length calculationPeter Wu1-3/+8
2013-11-29Refactor: move Camera outside RobotRacePeter Wu2-103/+106
2013-11-29Refactor: move Terrain outside RobotRacePeter Wu2-27/+27
2013-11-29Refactor: move RaceTrack outside RaceTrackPeter Wu2-68/+68
2013-11-29Refactor: move Material outside RobotRacePeter Wu2-51/+51
2013-11-29Refactor: move Robot outside RobotRace classPeter Wu2-282/+285
2013-11-29Refactor: Provide global OpenGL contextPeter Wu2-5/+58
2013-11-28Refactor to remove magic numbers, deduplicationPeter Wu3-285/+228
2013-11-28Fix signedness of color helperPeter Wu1-1/+1
2013-11-28Put robot on axis instead of center, fix stick figure controlPeter Wu1-3/+9
2013-11-27Use glColor3b (byte) instead of glColor3f with divisionPeter Wu1-2/+1
2013-11-27Debug: Print JOGL version on startupPeter Wu1-0/+2
2013-11-27Exercise 1.2 Viewing (part 2)Peter Wu1-2/+10
2013-11-27Forgot to make eye point relative to center pointPeter Wu1-1/+8
2013-11-27Prevent EOL mess in the futurePeter Wu1-0/+1
2013-11-27Robot draw methods finished, comments added.Frank v/d Haterd1-33/+229
2013-11-21Exercise 1.2 Viewing - set Eye parameterPeter Wu1-2/+23
2013-11-21robot drawingPeter Wu1-7/+139
2013-11-21robot parametersPeter Wu1-4/+15
2013-11-14Allow Escape to Quit the applicationPeter Wu1-0/+16
2013-11-14Improved exercise 1.1 (axis)Peter Wu1-25/+52
2013-11-14Add local javadoc folderPeter Wu1-1/+2
2013-11-14drawAxisFrame beginFrank v/d Haterd1-3/+24
2013-11-14Checking of RobotRace.zipPeter Wu29-0/+3347