Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.api / src / main / java / org / gvsig / view3d / swing / api / View3DPanel.java @ 471

History | View | Annotate | Download (1.28 KB)

# Date Author Comment
471 04/02/2015 09:40 AM Lluís Marqués

Change register of View3DPanel for MapControl3D register.

470 04/01/2015 04:02 PM Lluís Marqués

Improved visibility of extensions.

Now when some view3d panel is closed, view3d manager is notified to update view3d panel register. That register of view3d panel is used to determinate visibility extensions.

448 03/20/2015 12:23 PM Lluís Marqués

Change author name of classes.

443 03/13/2015 01:04 PM Lluís Marqués

Rename name of some classes. Add #synchronizeLayers() and createMapControl3D([..]) to API. Move code of AbstractView3DPanel to MapControl3D. Delete AbstractView3DPanel. Move enum class TYPE to manager. refs #15889

Renamed following classes:
  • View3DManager to View3DSwingManager...
428 02/24/2015 04:18 PM Lluís Marqués

Last changes before leave migration project.

414 02/18/2015 09:13 AM Lluís Marqués

Implement component hide/show methods. refs #15886

413 02/17/2015 01:59 PM Lluís Marqués

Add first version of view 3d. refs #15886

Added necessary dependencies to integrate NASA WW SDK.
Created AbstractView3DPanel that instantiate and configure the WorldWindowGLJPanel.
Implemented some methods to show trivial view.

405 02/12/2015 05:12 PM Lluís Marqués

Create managers, add dependencies and created API. refs #15885