Search:

Type: Posts; User: drewtoby

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,002

    Glut Error: No rotation

    Hello, I have finished my code for a simple rotation program in glut. The problem is this: the program does not rotate!!!! Could you please help me by looking over my code? Thanks!!!



    #include...
  2. Replies
    4
    Views
    961

    okay, thanks!!!

    okay, thanks!!!
  3. Replies
    4
    Views
    961

    Where at, though? Comments like that don't help...

    Where at, though? Comments like that don't help much...
  4. Replies
    4
    Views
    961

    where can I find these files?

    Hello, I am looking to include these files:

    #include "Camera/abstract_camera.h"
    #include "Camera/linear_camera.h"
    #include "maths_utils.h"
    #include "sim3.h"

    any idea on where I can find...
  5. Replies
    6
    Views
    2,700

    Thanks for all the help!!! I will not post the...

    Thanks for all the help!!! I will not post the entire glut code again :)
  6. Replies
    6
    Views
    2,700

    I have included gl.h into my main file. However,...

    I have included gl.h into my main file. However, I recieve these errors when I try to compile my main file.
  7. Replies
    6
    Views
    2,700

    8 Gl.h errors with included windows.h...

    Hello, I have tried searching the web for a solution to these errors on gl.h, but am unable to find a solution to them.

    I get these errors



    c:\program...
  8. Replies
    3
    Views
    2,041

    line 24 is: Texture *m_pColor; thanks...

    line 24 is:



    Texture *m_pColor;


    thanks for the response!
  9. Replies
    3
    Views
    2,041

    Help with syntax on viewport.h

    I have to include the viewport.h file (from The Mudbox SDK Programmer's Guide) for my glut camera build, but the viewport.h file has some syntax errors, and I have no idea on how to fix them (I am...
  10. Okay, thanks!!!! I'll find/build/mod those...

    Okay, thanks!!!! I'll find/build/mod those files!!!
  11. Glut two errors upon being compiled: "not declared terms"

    Okay, I have two errors which I cannot figure out (they should be easy, I am knew to C++). They are:

    C:\Users\drewtoby\Desktop\tby\main.cpp|88|error: 'display' was not declared in this scope|
    ...
  12. Thanks again everyone! Used C when it should have...

    Thanks again everyone! Used C when it should have been C++... lol :)

    Only a handful of errors now, I'll go fix em!!!
  13. I Made the adjustments, now only 24 errors :) ...

    I Made the adjustments, now only 24 errors :)

    Errors:

    C:\Users\drewtoby\Desktop\cube\main.cpp||In function 'void keyboard(unsigned char, int, int)':|...
  14. Okay, I will try that. Thanks!!! Anything else?

    Okay, I will try that. Thanks!!! Anything else?
  15. Code is adapted from: 23. OpenGL Camera Part 2 |...

    Code is adapted from: 23. OpenGL Camera Part 2 | Swiftless Tutorials
  16. Glut Camera/stray error: need tutorial/advice

    Hello, I am new to C++ and Glut (I know some C), and I have made an attempt to add a camera to a basic Glut program. However, when I compile, I get these following errors:
    ...
  17. Replies
    8
    Views
    4,745

    I'll work on it!!!

    I'll work on it!!!
  18. Replies
    8
    Views
    4,745

    Thanks!!!

    Thanks!!!
  19. Replies
    8
    Views
    4,745

    Or could I just do that through including the...

    Or could I just do that through including the glut folder under the libaries in the compiler options?
  20. Replies
    8
    Views
    4,745

    Nope, thanks! Would I have to do that manually,...

    Nope, thanks! Would I have to do that manually, or through the program? I am new to dev :[ Know of any tutorials?
  21. looks like your issue is solved! let us know if...

    looks like your issue is solved! let us know if you need any more help
  22. Replies
    8
    Views
    4,745

    Dev-C++ and glut

    Hello, I have installed my include files and .dlls (I believe), but I am still receiving these errors when I try to compile:

    Compiler: Default compiler
    Executing gcc.exe...
    gcc.exe...
  23. Replies
    16
    Views
    2,542

    Okay, the compiler knows were glut.h is. the full...

    Okay, the compiler knows were glut.h is. the full error message is that my include file (location of gl.h); declaration for parameter "glAccum" but no such parameter. C: 1149

    I am using the Tiny...
  24. Replies
    16
    Views
    2,542

    lookin for help, not comments. please explain ;)

    lookin for help, not comments. please explain ;)
  25. Replies
    16
    Views
    2,542

    oops, thanks for that catch =). glAcum is...

    oops, thanks for that catch =). glAcum is supposed to be Glaccum. Mistyped in post...
Results 1 to 25 of 37
Page 1 of 2 1 2