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-commons
Commits
7776982c
Commit
7776982c
authored
Jan 03, 2019
by
legoc
Browse files
Commented outputs
parent
0de515d9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/n3d/model/Component.java
View file @
7776982c
...
...
@@ -877,16 +877,6 @@ public class Component {
this
.
sceneNode
.
setVisible
(
config
.
isVisible
());
this
.
sceneNode
.
getTransforms
().
addAll
(
invParentTransform
,
this
.
axis
.
getMovementTransform
(),
config
.
getTranslation
(),
config
.
getRotation
(),
config
.
getScale
());
// System.out.println("Component " + getName());
// try {
// System.out.println(" parent = " + this.parent.getSceneNode().getLocalToSceneTransform());
// } catch (Exception e) {
// }
// System.out.println(" translation = " + config.getTranslation());
// System.out.println(" rotation = " + config.getRotation());
// System.out.println(" scale = " + config.getScale());
// System.out.println("");
}
for
(
Component
child
:
this
.
children
)
{
...
...
@@ -1063,13 +1053,6 @@ public class Component {
invParentTransform
=
new
Affine
();
}
// System.out.println("Component " + getName());
// System.out.println(" parent = " + invParentTransform);
// System.out.println(" translation = " + config.getTranslation());
// System.out.println(" rotation = " + config.getRotation());
// System.out.println(" scale = " + config.getScale());
// System.out.println("");
Node
node
=
this
.
sceneNode
;
node
.
getTransforms
().
clear
();
node
.
getTransforms
().
addAll
(
...
...
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