Search:

Type: Posts; User: BurghLeopard

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,872

    Re: JavaFX 8 3D Graphics Location

    I think I found your answer, sir.

    call the setTranslateZ() method on that.

    For example,

    final Sphere earth = new Sphere(400);

    earth.setTranslateZ(100);
  2. Replies
    2
    Views
    1,151

    JavaFX 8 Video Game

    Has anyone made a video game in JavaFX 8? I am learning the API now attempting to do so. I'm not sure if it offers a complete set of tools to do so. It might. I haven't figured it all out yet.
Results 1 to 2 of 2