.. | .. |
---|
1235 | 1235 | } |
---|
1236 | 1236 | if (command.equals("setsupport")) |
---|
1237 | 1237 | { |
---|
1238 | | - boolean random = CameraPane.RANDOM; |
---|
1239 | | - CameraPane.RANDOM = false; // parse all random nodes |
---|
| 1238 | + boolean random = CameraPane.SWITCH; |
---|
| 1239 | + CameraPane.SWITCH = false; // parse all random nodes |
---|
1240 | 1240 | if (object.support instanceof Merge) |
---|
1241 | 1241 | { |
---|
1242 | 1242 | ((Merge)object.support).renderme(); |
---|
.. | .. |
---|
1245 | 1245 | object.linkVerticesThis(null); |
---|
1246 | 1246 | object.linkVerticesThis(GetObject(GetAlias(strs[index+2]))); |
---|
1247 | 1247 | // object.setMasterThis(content); // should be identity |
---|
1248 | | - CameraPane.RANDOM = random; |
---|
| 1248 | + CameraPane.SWITCH = random; |
---|
1249 | 1249 | return; |
---|
1250 | 1250 | } |
---|
1251 | 1251 | if (command.equals("setchild")) |
---|