Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: any suggestions???

  1. #1
    Intern Contributor
    Join Date
    Nov 2011
    Posts
    52

    any suggestions???

    Hi,guys!
    is there somebody knows about the CEGUI,i tracked the source code,and found this framework use the below model-view matrix through glMatrixMode(GL_MODELVIEW);glLoadMatrixf(mat);and the mat is fixed as below:
    2.5147607 0 0 -1287.5575
    0 -3.7320509 0 1287.5575
    0 0 1.6666667 0
    0 0 1 1287.5575
    Actually,i want use 3d tools such as 3ds-max to design my-style GUI widgets,but i cant get the camera info through this matrix,so please give me some hints!
    It will be thanked!!!

  2. #2
    Member Regular Contributor
    Join Date
    Apr 2010
    Posts
    491
    I'm not familiar with CEGUI, but it has its own forums, have you tried asking there?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •