File tree Expand file tree Collapse file tree
src/com/reveal/codetimemachine Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 55
66public 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 ();
You can’t perform that action at this time.
0 commit comments