Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • nomad-3d-editor nomad-3d-editor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Instrument ControlInstrument Control
  • ProtosProtos
  • Nomad 3DNomad 3D
  • nomad-3d-editornomad-3d-editor
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Sep 08, 2017 by yannick legoc's avatar yannick legoc
Show whitespace changes
Inline Side-by-side
home.md
View page @ 8a900a6b
...@@ -12,6 +12,13 @@ Some components may be regrouped as a single part (due to the conception process ...@@ -12,6 +12,13 @@ Some components may be regrouped as a single part (due to the conception process
In order to have a model as light as possible eventually, all the components that are not visible, doubled or useless for any reason should be removed. In order to have a model as light as possible eventually, all the components that are not visible, doubled or useless for any reason should be removed.
## Usage
The editor is launched using the java jvm. A Nomad server with the configuration of the instrument must run. The editor can then be launched:
``
java -jar target/nomad-3d-editor-0.0.1-SNAPSHOT.jar tcp://localhost:7000:n3d
``
## Interface ## Interface
...@@ -19,23 +26,37 @@ In order to have a model as light as possible eventually, all the components tha ...@@ -19,23 +26,37 @@ In order to have a model as light as possible eventually, all the components tha
The editor interface is composed of 3 parts : The editor interface is composed of 3 parts :
1. 3D view of the model of the instrument 1. 3D view of the model of the instrument.
2. Hierarchical view of the components of the model 2. Hierarchical view of the components of the model.
3. Menu bar 3. Menu bar.
### Controls
#### General
* Help > Camera : Shows the help for the movements.
* View > Level of detail : Selects the displayed level of detail.
* Ctrl + mouse : Changes the speed of the camera.
### Mouse #### Mouse
The components can be manually moved around their axis by clicking them with mouse left and dragging the mouse. The components can be manually moved around their axis by clicking them with mouse left and dragging the mouse.
The camera is controlled by the mouse : The camera is controlled by the mouse :
* Middle click + drag : rotate around the point of reference * Middle click + drag : Rotate around the point of reference.
* Right click + drag : translate in the view plane * Right click + drag : Translate in the view plane.
* Scroll up : zoom in * Scroll up : Zoom in.
* Scroll down : zoom out * Scroll down : Zoom out.
* Control down : increase the sensitivity of translation and zoom * Control down : Increase the sensitivity of translation and zoom.
* Shift down : decrease the sensitivity of translation and zoom * Shift down : Decrease the sensitivity of translation and zoom.
### Selection #### Selection
* Ctrl + click left : Selects a leaf component. To obtain the parent hierarchy, a - appears in all the parents, then we can click on a parent to select the hierarchy.
* A : Selects everything or nothing.
* S : Toggles to a state where the components are selected when the mouse is over.
* D : Reverses, unselects.
* W : Once selected, the components become walls.
The components can be selected either in the 3D view by pressing ctrl + left click or by checking their item in the tree view. When a component is selected in the tree view, all its descendants are selected. The 3D view selection only selects leaf components. The components can be selected either in the 3D view by pressing ctrl + left click or by checking their item in the tree view. When a component is selected in the tree view, all its descendants are selected. The 3D view selection only selects leaf components.
......
Clone repository
  • Home