Statistics
| Revision:

root / import / ext3D / trunk / install-extension3d / mac / instalador extension 3D.app / Contents / Resources / updates / gvSIGbin / gvSIG / extensiones / com.iver.ai2.gvsig3d / config.xml @ 15275

History | View | Annotate | Download (4 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
        <depends plugin-name="com.iver.cit.gvsig" />
4
        <libraries library-dir="./lib"/>
5
        <resourceBundle name="text"/>
6
        <extensions>
7
                <extension class-name="com.iver.ai2.gvsig3d.Extension3D"
8
                        description="Shows a 3D View"
9
                        active="true"
10
                        priority="50">
11
                        <tool-bar name="Tools3D">
12
                                <selectable-tool icon="images/ejemplo.png"
13
                                 action-command="SHOW3D"  tooltip="show_3Dview" />                        
14
                        </tool-bar>
15
                </extension>        
16
                        
17
                
18
                <extension class-name="com.iver.ai2.gvsig3d.gui.NavigationMenu3D"
19
                        description="Extensi?n encargada de manejar los ditintos tipos de manipuladores de la vista."
20
                        active="true"
21
                        priority="31">
22
                         
23
                        <menu text="Vista/navegacion/Default_Navigation" action-command="DEFAULT_SELECT" icon="images/DefaultManipulator.png"/>
24
                        <menu text="Vista/navegacion/Pan_Navigation" action-command="PAN_SELECT" icon="images/RollManipulator.png"/>
25
                        <menu text="Vista/navegacion/Zoom_Navigation" action-command="ZOOM_SELECT" icon="images/zoom.png"/>
26
                        <menu text="Vista/navegacion/Azimut_Navigation" action-command="AZIMUT_SELECT" icon="images/AzimutManipulator.png"/>
27
                        <menu text="Vista/navegacion/Active_north" action-command="ACTIVE" icon="images/NorthDes.png"/>
28
                        <!-- <menu text="Vista/modos/Wire_Frame" action-command="WIRE_FRAME" icon="images/WireFrame.png"/> -->
29
                        <tool-bar name="NavigationMenu3D" position="3">
30
                                <selectable-tool group="navigation" is-default="true" icon="images/DefaultManipulator.png" action-command="DEFAULT_SELECT"  tooltip="Default_Navigation" position="1"  />
31
                                <selectable-tool group="navigation" icon="images/RollManipulator.png" action-command="PAN_SELECT"  tooltip="Pan_Navigation" position="2"/>
32
                                <selectable-tool group="navigation" icon="images/ZoomManipulator.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Navigation" position="3"/>
33
                                <selectable-tool group="navigation" icon="images/AzimutManipulator.png" action-command="AZIMUT_SELECT"  tooltip="Azimut_Navigation" position="4"/>
34
                                <action-tool icon="images/NorthDes.png" name="NORTH" action-command="ACTIVE"  tooltip="Active_north" position="5"/>
35
                                <!-- <action-tool icon="images/WireFrame.png" action-command="WIRE_FRAME"  tooltip="Wire_Frame" position="6"/> -->
36
                                <action-tool icon="images/Global.png" action-command="RESET_VIEW"  tooltip="Reset_View" position="7"/>
37
                        </tool-bar>
38
                </extension>
39
                
40
                <extension class-name="com.iver.ai2.gvsig3d.gui.MenuZoom3D"
41
                        description="Extensi?n encargada de abrir el menu de opciones de zoom 3D."
42
                        active="true"
43
                        priority="51">
44
                        
45
                        <menu text="Vista/navegacion/Zoom_Select" action-command="ZOOM_SELECT" icon="images/ZoomSeleccion.png"/>
46
                        <menu text="Capa/Transparency" name="TRANSPARENCY" action-command="TRANSPARENCY" icon="images/Alpha.png"/>
47
                        <tool-bar name="MenuZoom3D" position="4">
48
                                <action-tool icon="images/ZoomSeleccion.png" action-command="ZOOM_SELECT"  tooltip="Zoom_Select" position="2"/>
49
                                <action-tool icon="images/Alpha.png" name="TRANSPARENCY" action-command="TRANSPARENCY"  tooltip="Transparency" position="1"/>
50
                        </tool-bar>
51
                </extension>
52
                
53
                <extension class-name="com.iver.ai2.gvsig3d.gui.Menu3D"
54
                        description="Extensi?n encargada de abrir el menu de opciones 3D."
55
                        active="true"
56
                        priority="40">
57
                        
58
                        <menu text="Vista/navegacion/Encuadre" action-command="ENCUADRE" icon="images/encuadre.png"/>
59
                        <!-- <menu text="Vista/navegacion/Insertar Punto" action-command="POINT3D" icon="images/InsertPoint.png"/> -->
60
                        <tool-bar name="Menu3D" position="5" >
61
                                <action-tool icon="images/encuadre.png" action-command="ENCUADRE" tooltip="gestion_encuadre" position="1"/>
62
                                <!-- <action-tool icon="images/InsertPoint.png" action-command="POINT3D" tooltip="insercion_de_puntos_3D" position="2"/> -->
63
                        </tool-bar>
64
                </extension>
65
                
66
                
67
                
68
                <extension class-name="com.iver.ai2.gvsig3d.gui.ViewPropertiesExtension3D"
69
                        description="Extensi?n encargada de manejar de activar siempre al norte."
70
                        active="true">
71
                        <menu text="Vista/propiedades" action-command="PROPERTIES"/>
72
                </extension>
73
        </extensions>
74
</plugin-config>