Skip to content

Commit 15df238

Browse files
committed
Modifying initial 3D-view angle
1 parent c927edc commit 15df238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/com/reveal/codetimemachine/Commits3DView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Commits3DView extends JComponent implements ComponentListener
5555
///////// ++ UI: 3D Prespective Variables ++ /////////
5656
final float LAYER_DISTANCE = 0.2f;
5757
final float LAYERS_DEPTH_ERROR_THRESHOLD = LAYER_DISTANCE/10;
58-
float maxVisibleDepth = 2f;
58+
float maxVisibleDepth = 6.8f;
5959
final float MIN_VISIBLE_DEPTH = -LAYER_DISTANCE;
6060
final float MAX_VISIBLE_DEPTH_CHANGE_VALUE = 0.3f;
6161
final float EPSILON = 0.01f;

src/com/reveal/codetimemachine/MyRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class MyRenderer
77
{
8-
float Y_OFFSET_FACTOR = 250;
8+
float Y_OFFSET_FACTOR = 190;
99
final float BASE_DEPTH = 2.0f; // Min:1.0 // ?? maybe 0
1010
final float TIME_LINE_GAP = 0.1f;
1111
private static final MyRenderer instance = new MyRenderer();

0 commit comments

Comments
 (0)