Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.impl / src / main / java / org / gvsig / view3d / swing / impl / DefaultView3DSwingManager.java @ 768

History | View | Annotate | Download (9.4 KB)

# Date Author Comment
755 10/30/2017 06:00 PM Lluís Marqués

Reintegrated netcdf branch to trunk.
Netcdf branch includes:

  • Loader system to load layers in view 3D.
  • New API to support external plugins like animation 3D.
693 07/29/2016 12:42 PM Lluís Marqués

Add changes of anaglyph mode - animation core changes

541 05/25/2015 08:12 AM Lluís Marqués

Fix error when cache path is uptaded. refs #15913

530 05/13/2015 11:24 AM Lluís Marqués

Add support to create full screen 3D views. refs #16615

529 05/12/2015 08:46 AM Lluís Marqués

Fix name of sphere mapcontrol property.

509 04/29/2015 01:51 PM Lluís Marqués

Move general properties and map control properties to swing project.
Fix errors when General3DPreferences stores vales. refs #15893

498 04/23/2015 02:59 PM Lluís Marqués

Add support to indicate title of view 3d panel. refs #15892

496 04/21/2015 04:09 PM Lluís Marqués

Add support to manage general 3D properties. fixes #16056

Implemented panel to configure general 3D properties.
Added new general properties icon.
Defined plugin-persistence to store preferences.
Added new i18n translation keys.
Added new method to API in order to create the panel....

494 04/20/2015 02:50 PM Lluís Marqués

Add support to change 3D properties of view. refs #16056

Implemented and registered 3D properties panel.
Added i18n translation keys.
Added getters and setters to manager in order to manage 3D properties.
Added method to swing manager in order to create 3D properties panel....

493 04/16/2015 02:02 PM Lluís Marqués

Change documentation of API methods

492 04/16/2015 01:04 PM Lluís Marqués

Move properties clases to common properties package.

488 04/16/2015 11:48 AM Lluís Marqués

Add support to synchronize views refs #15909

486 04/14/2015 02:34 PM Lluís Marqués

Add support to set load mode of layers. #15905

474 04/02/2015 05:48 PM Lluís Marqués

Add Javadoc of swing api and impl. refs #15882

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

Fix bug when a mapControl3D war disposed when some retrieval task was still running. refs #15890

When a MapControl3D is disposed, it will wait until all retrieval task stops. It is necessary to avoid problems drawing.

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.

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