Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: Mjiig

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    434

    Re: Disappearing sides

    Problem solved, complete brain failure, nothing to do with OpenGL. Had failed to tell Allegro that I wanted an OpenGL context with a depth buffer.
    Thanks for the help anyway.
    Angus
  2. Replies
    3
    Views
    434

    Re: Disappearing sides

    Don't think so, firstly it's sides disappearing, not chunks of cube, secondly I've tried pushing the cube a long way back in the frustrum and the problem persists.
    Thanks anyway :)
  3. Replies
    3
    Views
    434

    Disappearing sides

    Recently finished making a cube rotate using functions I wrote myself to calculate MVP matrices and such.

    The cube appears and rotates, but seems to be partially transparent despite me telling it...
  4. Thread: MVP functions

    by Mjiig
    Replies
    10
    Views
    1,379

    Re: MVP functions

    Thanks for all the help everyone, changed the matrices to be column major which didn't help at first, then found the real bug which made me feel like a total idiot. My program is filled with code to...
  5. Thread: MVP functions

    by Mjiig
    Replies
    10
    Views
    1,379

    Re: MVP functions

    Tried flipping round the order of the transformations just now which didn't help. I'll do a full proper check of the entire piece of code tomorrow/over the next week, mainly worried about these bits...
  6. Thread: MVP functions

    by Mjiig
    Replies
    10
    Views
    1,379

    Re: MVP functions

    Thanks, don't know why I didn't think to check which way matrices should be. Will change that and see if it at all improves things.
    Angus
  7. Thread: MVP functions

    by Mjiig
    Replies
    10
    Views
    1,379

    MVP functions

    Hi,
    I'm very new to OpenGL and for various reasons I'm rolling my own functions to calculate the various parts of my MVP matrix (described here). Anyway the code based off of them doesn't work...
Results 1 to 7 of 7