Revision 15001

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/gui/VectorTest.java
29 29
	public VectorTest(double ra, Planet m_planet) {
30 30
		super();
31 31
		radius = ra;
32
		this.setNodeName("VECTOR");
32
		//this.setNodeName("VECTOR");
33 33
		planet = m_planet;
34 34
		init();
35 35
	}
......
98 98
	private Node insertTexto(String texto, Vec3 posicion) {
99 99
		// A?adiendo texto
100 100
		Text text = new Text();
101
		text.setNodeName(texto);
101
		//text.setNodeName(texto);
102 102
		text.setText(texto);
103 103
		text.setCharacterSize(20000);
104 104
		text.setAxisAlignment(Text.AxisAlignment.SCREEN);
import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/ProjectView3D.java
294 294

  
295 295
			double radiusEarth = m_planet.getRadiusEquatorial();
296 296
			g = new VectorTest(radiusEarth, m_planet);
297
			g.setNodeName("VECTOR");
297
			//g.setNodeName("VECTOR");
298 298

  
299 299
			Group root = new Group();
300 300
			//

Also available in: Unified diff