Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-editor
Commits
86b8401c
Commit
86b8401c
authored
Jul 07, 2017
by
Ivan Dages
Browse files
modify axis : camera follows ui coordinates
parent
a660cb58
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/n3d/gui/EditorMenuBar.java
View file @
86b8401c
...
...
@@ -403,6 +403,7 @@ public class EditorMenuBar extends MenuBar {
(
bounds
.
getMinZ
()
+
bounds
.
getMaxZ
())
/
2
);
Nomad3DEditor
.
getInstance
().
getAxisBuilder
().
getAxis
().
setPosition
(
center
);
Nomad3DEditor
.
getInstance
().
getControls
().
setCenter
(
center
);
});
Button
okButton
=
new
Button
(
"OK"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment