Search:

Type: Posts; User: Canadian_coder

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,915

    GLUT and Dev-CPP

    Hi Folks;

    I'm trying to get a project working in Dev-CPP 4.9.9.1 but can't seem to make GLUT work. I've installed the GLUT package and added the lines

    -lglut32 -lglu32 -lopengl32 -lwinmm...
  2. Replies
    2
    Views
    1,411

    First person question

    Hi Folks;

    I'm attempting my hand at some first person game programming and the nature of the game requires a reticule in the middle of the screen. To change my view of the world I do some...
  3. Replies
    2
    Views
    1,361

    Mouse problems

    Hi folks;

    I am making a 3D application in OpenGL (in C) where the camera view is controlled by the mouse. Here is a snippit of the code:

    void aim_camera(int x, int y) {

    if (lastPos[0] == x...
  4. Replies
    1
    Views
    1,472

    Texture troubles

    Hi folks;

    I'm new to game programming and I am trying to apply textures to my objects. I am programming in OpenGL in C and I've surfed the Web for examples but I've come up with a lot of glaux...
  5. Replies
    4
    Views
    3,271

    Moving an object through 3D space

    Hi Folks;

    I am trying to build a 3D game and I need to move an object through 3D space. Essentially what I'm working with is a 10X10X10 cube and I want to move an object from (x1, y1, z1) to (x2,...
Results 1 to 5 of 5