[root]/EffectiveOO-F07/src/eoop07/renderer
graphicreps
(1 files, 400 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 2265 (100.0%) | 39.7 |
gkavanag | 50 (87.7%) | 1402 (61.9%) | 28.0 |
zshamsi | 1 (1.8%) | 478 (21.1%) | 478.0 |
atromple | 2 (3.5%) | 368 (16.2%) | 184.0 |
cgiralt | 3 (5.3%) | 16 (0.7%) | 5.3 |
mmaly | 1 (1.8%) | 1 (0.0%) | 1.0 |
updated the look of the player and a few other things I think
17 lines of code changed in:
Many changes to the Interpreter classes. A few Quadtree changes (weird spacing issues came from whoever updated it last..). Minor changes to toggling the visibility of the InterpreterWindow in World and RenderPanel.
1 lines of code changed in:
don't know if this fixed the Terrain.collapse() bug that is called a lot of times from the visit() method.
14 lines of code changed in:
simple update
3 lines of code changed in:
added silly method about falling spheres... I don't even know.
2 lines of code changed in:
changes to camera movement
24 lines of code changed in:
Added different rotations for the GraphicRep
16 lines of code changed in:
Light Manager implemented
Added methods to renderpanel to allow setAmbientLight() and setDirectionalLight()
478 lines of code changed in:
swimming works?
34 lines of code changed in:
Adjusted Lighting
1 lines of code changed in:
Added Transparency to Water
6 lines of code changed in:
early custom mouse implementation and fix for bounds size
101 lines of code changed in:
fixed java doc comments
9 lines of code changed in:
Added Ocean Plane, Started working on Lakes
9 lines of code changed in:
fixed problem with Java3DRep.removeAllChildren() and found a problem that the OrbitBehavior isn't working after starting if the player is moved up high; added Ctrl+o to allow the OB to be reset and gain mouse control of the camera again.
10 lines of code changed in:
added some stuff... I'm not sure if it really works or not
2 lines of code changed in:
Updates to player and rendering
2 lines of code changed in:
hoping this allows for camera following player
397 lines of code changed in:
allows mouse controls; fixes stupid mistake where player was being removed and added again to the scene instead of just moving him
4 lines of code changed in:
Implemented Modifier and TerrainModifier, TerrainModifier allows anyone to override the altitude of the terrain. (IN PROGRESS)
Made many revisions to the world and terrain.
365 lines of code changed in:
(19 more)