Search:

Type: Posts; User: Aeleck

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: NullPointerException, but can't figure out why

    That is true.. I guess I was getting lazy. Thanks! And yes, anytime I run through all the points in the array, some of them equal null. And I am trying to figure out why it is null, when it puts in...
  2. [SOLVED] Re: NullPointerException, but can't figure out why

    Sorry :(

    Below is the Renderer class which is used to display objects in the SimpleUniverse.

    public class Renderer {

    Integer numbofobj = 0;
    Integer totalObjects = 0;
    Boolean...
  3. [SOLVED] Re: NullPointerException, but can't figure out why

    Yes, sorry about that. So there's two areas where it's cycling through my x or y values to determine where the partner x or y should be and they look like this:

    for (float y = 0; y1 + y <= y2; y...
  4. [SOLVED] NullPointerException, but can't figure out why

    I'm working on developing my own engine, and at the moment, I have a line segment class that, given a starting x and y, and a ending x and y, it generates all the points based on a 0.02f unit size....
Results 1 to 4 of 4