Search:

Type: Posts; User: street_missile

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    2,203

    Re: Data sequence

    I write the surface as a mathematical expression. The surface is first parametrized in a u and v coordinate, similar to the t (time) coordinate in a curve (1 dimensional). I evaluate the expression...
  2. Replies
    10
    Views
    2,203

    Re: Data sequence

    Thanks for the quick replies. I'm going to play with that .add to see if i can get my code like that.
    With the execution time question, i mean if it is better to have a large amount of data in the...
  3. Replies
    10
    Views
    2,203

    Re: Data sequence

    Here is a copy of part of the application that creates the indices buffer.
    It is not printed to screen yet because i don't know how to do that.

    public class main {


    // index buffer...
  4. Replies
    10
    Views
    2,203

    Data sequence

    Dear reader,

    I'm new to java programming. I have made an application that shows a 3 dimensional object using glDrawElements, a strip of triangles, and an index buffer. the index buffer is a lot of...
Results 1 to 4 of 4