Package org.pollux3d.state

Examples of org.pollux3d.state.PolluxStateManager


  private Pollux(Application app) {
    this.app = app;
    clickableGeometries = new GeometryManagerImpl();
    if (app instanceof PolluxApplication) {
      polluxApp = ((PolluxApplication)app);
      stateManager = new PolluxStateManager(app.getStateManager(), polluxApp.getRootNode(), polluxApp.getGuiNode());
    }
  }
View Full Code Here

TOP

Related Classes of org.pollux3d.state.PolluxStateManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.