elements3D = new HashSet<Node>();
physics = new BasicPhysics(this);
}
public void initFromUniverse(Universe universe) {
lights = new BasicLights(universe.getEnvironment().getSun().getSun3D());
addElement3D(lights.getLightsGroup());
for (Tree tree : universe.getTrees()) {
addTree(tree);
}