Exemplo n.º 1
0
  private void setupSceneGraph() {
    rootNode.attachChild(ocean);
    ocean.getReflectedNode().attachChild(scene); // node used to render reflection effect in ocean

    scene.attachChild(sheepGroup);
    attachLandscape();
  }