Revision 15257

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/ProjectView3D.java
108 108

  
109 109
	private Color backgroundColor;
110 110

  
111
	private float verticalExaggeration = 20;
111
	private float verticalExaggeration = 5;
112 112

  
113 113
	private VectorTest g;
114 114

  
......
393 393
							.setMinCameraDistance(10);
394 394
					m_canvas3d.getOSGViewer().getCustomTerrainManipulator()
395 395
							.setMaxCameraDistance(5000000 * 10);
396
					m_planet.setSubdivisionFactor((float) 0.45);			
396 397
				} else {
397 398
					cam.setViewByLookAt(m_planet.getRadiusEquatorial() * 3.0,
398 399
							0, 0, 0, 0, 0, 0, 0, 1);
......
403 404
									m_planet.getRadiusEquatorial() * 3.0);
404 405
					// cam.setViewByLookAt(100 * 2.0,
405 406
					// 0, 0, 0, 0, 0, 0, 0, 1);
407
//					m_planet.setSubdivisionFactor((float) 0.65);
406 408
				}
407 409

  
408 410
			} else {
......
427 429
		}
428 430
		m_view = new View3D();
429 431
		m_view.setCanvas3d(m_canvas3d);
432
		
430 433
		m_view.setPlanet(m_planet);
431 434
		m_view.setModel(this);
432 435

  

Also available in: Unified diff