Search:

Type: Posts; User: wolfgar

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    3,608

    Re: private method , loop , switch , help?

    thats more or less what i got , though its a bit longer and less pretty , lol ( mines the longer uglier 1 XP )
  2. Replies
    9
    Views
    3,608

    Re: private method , loop , switch , help?

    its more like
    3d file only 1 of these
    3d object -can be hundreds per file
    polygons -can be thousands in each object
    verticals -3 per polygon
  3. Replies
    9
    Views
    3,608

    Re: private method , loop , switch , help?

    idk how that would work , but here's how i have it set up right now

    readFile(filename)
    checkFileType(compleateFile , file name)
    readFileIntoFile3DObject(compleateFile)
    this...
  4. Replies
    9
    Views
    3,608

    Re: private method , loop , switch , help?

    the for loop is less to check through the loop multiple times , but to check each letter in the string
    cause that piece is to check if each line that's read from a file has letters or not , if it...
  5. Replies
    9
    Views
    3,608

    private method , loop , switch , help?

    why wont this work
    i'm checking if any of the char in the string are letters . easy as that , though its not so easy
    ( every break, the method name are shown as errors , and the i = i + 1 is said...
Results 1 to 5 of 5