From d71805ca601c895e37a2a8a11cfa295ffb8d408f Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Wed, 27 Jun 2012 10:29:42 -0700 Subject: j3dcore: annotate GroupRetained.mirrorGroup Signed-off-by: Harvey Harrison --- .../share/javax/media/j3d/GroupRetained.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/classes/share') diff --git a/src/classes/share/javax/media/j3d/GroupRetained.java b/src/classes/share/javax/media/j3d/GroupRetained.java index b2cd9c7..85026e2 100644 --- a/src/classes/share/javax/media/j3d/GroupRetained.java +++ b/src/classes/share/javax/media/j3d/GroupRetained.java @@ -90,14 +90,14 @@ ArrayList orderedPaths = null; */ BoundingBox collisionVwcBounds; - /** - * Mirror group of this node, it is only used when - * collisionTarget = true. Otherwise it is set to null. - * If not in shared group, - * only entry 0 is used. - * - */ - ArrayList mirrorGroup; +/** + * Mirror group of this node, it is only used when + * collisionTarget = true. Otherwise it is set to null. + * If not in shared group, + * only entry 0 is used. + * + */ +ArrayList mirrorGroup; /** * key of mirror GroupRetained. @@ -1409,7 +1409,7 @@ synchronized void setAltAppScope() { for (int i=0; i(); + } Bounds bound = (collisionBound != null ? collisionBound : getEffectiveBounds()); if (inSharedGroup) { @@ -2839,7 +2839,7 @@ synchronized void setAltAppScope() { for (i=s.keys.length-1; i >=0; i--) { HashKey hkey = s.keys[i]; for (int j = mirrorGroup.size()-1; j >=0 ; j--) { - g = (GroupRetained) mirrorGroup.get(j); + g = mirrorGroup.get(j); if (g.key.equals(hkey)) { s.nodeList.add(mirrorGroup.remove(j)); if (s.transformTargets != null && @@ -2852,7 +2852,7 @@ synchronized void setAltAppScope() { } } } else { - g = (GroupRetained)mirrorGroup.get(0); + g = mirrorGroup.get(0); if (s.transformTargets != null && s.transformTargets[0] != null) { s.transformTargets[0].addNode(g, Targets.GRP_TARGETS); @@ -2977,7 +2977,7 @@ synchronized void setAltAppScope() { void createMirrorGroup() { GroupRetained g; - mirrorGroup = new ArrayList(); + mirrorGroup = new ArrayList(); Bounds bound = (collisionBound != null ? collisionBound : getEffectiveBounds()); -- cgit v1.2.3