Revision 15259

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/ProjectView3D.java
253 253
			// 3D properties
254 254
			m_planetType = xml.getIntProperty("planetType");
255 255
			verticalExaggeration = xml.getFloatProperty("verticalExaggeration");
256
			setVerticalEx(verticalExaggeration);
256
			
257 257
			backgroundColor = StringUtilities.string2Color((xml
258 258
					.getStringProperty("backgroundColor")));
259 259

  
......
432 432
		
433 433
		m_view.setPlanet(m_planet);
434 434
		m_view.setModel(this);
435
		
436
		setVerticalEx(verticalExaggeration);
435 437

  
436 438
		return m_view;
437 439
	}

Also available in: Unified diff