diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-03-17 06:17:12 +0000 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2011-03-17 06:17:12 +0000 |
commit | a1ff4ed304654dc15674539556ab23457c2c22cd (patch) | |
tree | 221612f0be91c6d04d9263d7716b53fa4ad5a948 /src/common | |
parent | 191bccc3d1dfb7ca728df47ae75cfb12fcaee183 (diff) |
Remote Control and Fixed the tank.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/CollidableObject.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CollidableObject.java b/src/common/CollidableObject.java index a6208ac..ed65ad7 100644 --- a/src/common/CollidableObject.java +++ b/src/common/CollidableObject.java @@ -516,6 +516,7 @@ public abstract class CollidableObject implements Serializable { tgroup.setCapability(javax.media.j3d.Node.ALLOW_BOUNDS_READ);
tgroup.setCapability(javax.media.j3d.Node.ALLOW_LOCAL_TO_VWORLD_READ);
tgroup.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
+ tgroup.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
tgroup.setCapability(TransformGroup.ENABLE_PICK_REPORTING);
return tgroup;
case NODE_TYPE_PRIMITIVE:
|