Search:

Type: Posts; User: Scythed

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    19,109

    Hey Bubba That makes sense What do you...

    Hey Bubba

    That makes sense

    What do you think of the code I have?



    #include <GL/glut.h>
    #include <GL/glu.h>
  2. Replies
    9
    Views
    19,109

    Ohhhhhh So basically I browse through the...

    Ohhhhhh

    So basically I browse through the object file, for each movement of the wing I set it as a count essentially, then go through the count to make it rotate down, then reverse through the...
  3. Replies
    9
    Views
    19,109

    That is fine for moving the bird but what I am...

    That is fine for moving the bird but what I am trying to do is get his wings to rotate so that they look like they are flapping.

    In essence I need to lock the wings to the body and then rotate...
  4. Replies
    9
    Views
    19,109

    It's 3D and the problem is I need to use DH...

    It's 3D and the problem is I need to use DH notation to animate it, this basically steps through each vector and changes it by rotating it by the parents angle plus its own extra angle so that each...
  5. Replies
    9
    Views
    19,109

    C++ OpenGL bird animation

    Hey everyone,

    So right now I am trying to get a bird to basically flap around and be able to control it by using the keys awsd etc.

    I know how to traverse the object etc and import it, the only...
  6. Replies
    13
    Views
    2,194

    Haha yeah I got it working, now I just need to...

    Haha yeah I got it working, now I just need to sort out a segmentation fault on my main program and hopefully fingers crossed I will be done!

    Thanks so much Tater! :)
  7. Replies
    13
    Views
    2,194

    Sorry about the double posting! I got this...

    Sorry about the double posting!

    I got this working for anyone who cares :D

    Just a side note though Tater, I had to move the

    tok = strtok(NULL,"\t");

    so that it was within each of the...
  8. Replies
    13
    Views
    2,194

    Hey Tater, Would the following look ok to you?...

    Hey Tater,

    Would the following look ok to you? Note I only changed parts of the switch statement




    int main (int argc, char *argv[])
    {
    int count = 0;
  9. Replies
    13
    Views
    2,194

    Each of these columns is purely a numerical or...

    Each of these columns is purely a numerical or alphabetical thing, i.e. only a-z in the column or 0-9, there are no mixes or anything


    Column 1 - alphabet
    Column 2 - alphabet
    Column 3 -...
  10. Replies
    13
    Views
    2,194

    Adak would strstr() actually work though if I was...

    Adak would strstr() actually work though if I was trying to pick the variables without knowing them?

    I.E. I only know that the number is in the third column, but I do not know what the actual...
  11. Replies
    13
    Views
    2,194

    Tater you're a legend haha So I swapped the...

    Tater you're a legend haha
    So I swapped the while and the do around, I don't fully understand what you mean by it needing a pointer to the string the first time ><

    Can you please put it into...
  12. Replies
    13
    Views
    2,194

    Picking numbers from text file

    Hey everyone

    Ok, so this will probably sound very nooby to a lot of people, but I am trying to write code which browses a txt file, finds the line which matches my search word then pulls the...
  13. Replies
    8
    Views
    1,974

    Ok call me an idiot but I can't seem to locate...

    Ok call me an idiot but I can't seem to locate the line where it takes the input from the console.

    If I can isolate that line I can use other code I have created and get the server working so that...
  14. Replies
    8
    Views
    1,974

    Hmmm.... I know generally speaking its very bad...

    Hmmm.... I know generally speaking its very bad form etc to ask for help in the form of code but I am quite new to this and I am trying to figure out how to put it into code..

    I have the following...
  15. Replies
    8
    Views
    1,974

    Yeah I found those two tutorials, I kind of...

    Yeah I found those two tutorials, I kind of understand how to communicate between client and server but I was more wondering in terms of how to peruse the text file as well :S
  16. Replies
    8
    Views
    1,974

    Linux Sockets in C

    Hi everyone,

    I am trying to learn how to do socket programming. What I am trying to do right now is the following:

    1. Client and Server which communicate on localhost using whichever port I...
Results 1 to 16 of 17