Revision 341 2.0/trunk/org.gvsig.gvsig3d/org.gvsig.gvsig3d.lib/org.gvsig.gvsig3d.lib.impl/src/main/java/org/gvsig/gvsig3d/impl/symbology3d/marker/impl/GeometryMarker3DSymbol.java

View differences:

GeometryMarker3DSymbol.java
2 2

  
3 3
public class GeometryMarker3DSymbol extends SimpleMarker3DSymbol{
4 4
	
5
	protected String _texture; 
6
	
5 7
	public GeometryMarker3DSymbol()
6 8
	{		
7 9
	}
10
	public void setTextureURL(String texture)
11
	{
12
		_texture= texture;
13
	}
14
	public String getTextureURL()
15
	{
16
		return _texture;	
17
	}
8 18
}

Also available in: Unified diff