Statistics
| Revision:

svn-gvsig-desktop / tags / 3D_Animation_v1_0alpha_Build_5 / libraries / lib3DMap / src / org / gvsig / gvsig3d / simbology3D / Line3DFeature.java @ 25533

History | View | Annotate | Download (1.77 KB)

# Date Author Comment
25504 11/24/2008 06:15 AM Rafa Gaitán

tag for 3D and Animation

25228 11/17/2008 10:59 AM afraile

Line and point extrusion symbols added.

24836 11/07/2008 03:52 AM jcampos

Classes Upgrade.

24830 11/06/2008 11:39 AM jcampos

upgrade classes to draw the new extrusion symbol. It is necessary to implement generateSymbol function for points and lines. Because there are not any function in the Feature factory to extrude lines and points.

21940 06/30/2008 08:35 AM jcampos

Upgrade classes import.

21938 06/30/2008 08:19 AM jcampos

Moved remotely.
Refactoring.

20892 05/26/2008 10:37 AM jcampos

Classes change to make compatible this project with osgVP-2.1.1-SNAPSHOT.

18219 01/18/2008 07:08 AM María Ten

Upgraded jar libraries.

18103 01/16/2008 09:46 AM jcampos

New 3D features, geometry and symbol are fixed in the 3D core library.

this new part wraps the 2D symbology using the design patterns adapter over 2D part.

15591 10/29/2007 08:27 AM jcampos

Refactor clases.

15508 10/25/2007 11:50 AM jcampos

New package to manage the 3D simbology.
- I3DFeature is the common interface for all classes.
- Line3DFeature is to manage polylines 3D. It generates the josg node using the symbol and the geometry.
- Point3DFeature is to manage points 3D. It generates the josg node using the symbol and the geometry.
...