CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Miran Klemenc

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    544

    Re: Fullscreen

    Well, change the screen resolution so it would match the program-window resolution.

    Miran
  2. Replies
    2
    Views
    5,137

    Re: glReadPixels() Help!

    This is a screencapture function I`m using.
    It captures RGB information of the screen and stores it in UNSIGNED_BYTE format, that is three bytes RGB.


    /*
    DB = uchar
    DW = ushort
    DD = ulong
    */...
  3. Thread: [OpenGL]

    by Miran Klemenc
    Replies
    1
    Views
    635

    Re: [OpenGL]

    Have you tried switching depthtest function (if you`re running in LESS mode) to LESS_or_EQUAL?


    Miran
  4. Replies
    3
    Views
    544

    Fullscreen

    Hi,

    how do I open a windows application window in true fullscreen mode?
    I mean, if my windows runs in 1024x768 resolution, how do I force it to switch into say 800x600 resolution instead of...
  5. Replies
    1
    Views
    1,582

    Re: OpenGL Pan & Rotate Help

    Howdy!

    Hope this helps. I wrote a map-viewer that uses glu perspective. So, I only need to modify camera spot point, viewpoint and upvector.

    Variables you need to know:

    Zoom.Cursor[2],...
  6. Thread: zBuffer

    by Miran Klemenc
    Replies
    4
    Views
    811

    Re: zBuffer

    Hi!

    I don`t know if I understand you correct, but you`re interested in pure drawing to screen, ja?
    Well in DOS times, I used a virtual-screen buffer and then pasted colors to screen memory...
  7. Replies
    2
    Views
    532

    Retreival of hWnd

    Hi there!

    I have a problem with m_hWnd retreival from CWnd. Access violation. I`m really desperate...
    Thanks in advance

    Miran
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured