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: sebastian

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    291

    render to texture

    yes, i know how to do it, but is it reliable? will some cards go crazy when doing glCopyxxx and so on? the reason i want to use it is drawing all my stuff in software 2d into a buffer (now doing it...
  2. Replies
    3
    Views
    161

    transition to openGL 2.0

    hi,
    i would like to know if somebody knows about how hard it will be to "upgrade" OpenGL 1.x code to 2.0. Maybe it's necessary to completely reorganize stuff (due to vertex buffer management and so...
  3. Replies
    5
    Views
    267

    the Genesis 3D engine

    hi, i've got the genesis 3d engine here, i wonder if there's a port of the graphics driver to OpenGL anywhere,'cause it features only DirectX,Glide and software mode... another question: i've never...
  4. Replies
    3
    Views
    346

    linux framework

    hi,

    could someone send me a simple openGL framework app ( res. switching, init code,..) for linux? i dont need special fx, just the setup would be cool...

    thanks in advance,

    sebastian (...
  5. Replies
    2
    Views
    680

    GL_POLYGON_SMOOTH_HINT

    hello!

    when i turn on the polygon-smooth hint to GL_NICEST, it seems as if the hardware acceleration gets lost sometimes(not any time http://www.opengl.org/discussion_boards/ubb/confused.gif...
  6. Replies
    1
    Views
    108

    Re: Dragging objects with the mouse

    you have to use the openGL selection mode....this is a pain........
  7. Thread: GDI...

    by sebastian
    Replies
    4
    Views
    148

    Re: GDI...

    cool, this is funny :-)

    i also get an exception thrown my way from kernel32.dll, dont know if it is about openGL,though. but my problem is i get some strange graphical errors now and then. all of...
  8. Thread: GDI...

    by sebastian
    Replies
    4
    Views
    148

    GDI...

    hi,

    i sometimes get an unhandled exception with the origin gdi32.dll, i traced a little bit and i think it has to do with the pixel format stuff and/or GL-RC. it's strange,because it doesnt happen...
  9. Thread: speed

    by sebastian
    Replies
    3
    Views
    143

    Re: speed

    i know this... http://www.opengl.org/discussion_boards/ubb/mad.gif

    the card i ran it on is a intel 2mb, so i didnt expect HW-acceleration. but i want my program to run "fast" in software,too. (...
  10. Thread: speed

    by sebastian
    Replies
    3
    Views
    143

    speed

    ok,

    i like to see my little engine running on a GeForce or similar with 200 f/s in 1152*864*16 or 32 bpp mode, but when i run it on other systems( old Intel card for example), i get 1 fps maximum....
  11. Replies
    1
    Views
    147

    check this out (if you hate MS)

    http://sebastian_posch.tripod.com/win2000.jpg

    :-)
  12. Re: When to use OnDraw and when to use OnPaint?

    i think if you wanna do speedy OpenGL programs, do it with the Windows API, because there's very much going on behind the MFC-scene. ( message map, command handler, and in W.API you just have a...
  13. Replies
    7
    Views
    124

    Re: The Opalis-Demo is released!!!

    thought i'm the only german speaking guy here.... (why do i write that in english :-) )
  14. Replies
    11
    Views
    852

    Re: still my worst nightmare...

    there's a new tutorial on gamedev.net about quaternions.it comes along with some useful code.. ( i'm really happy about that one http://www.opengl.org/discussion_boards/ubb/smile.gif...
  15. Replies
    11
    Views
    852

    Re: still my worst nightmare...

    it's just to rotate the car in the heading it should look, as you can see ...

    but finally i dont wanna annoy you with my problem, think i'll heavily learn math now....
  16. Replies
    11
    Views
    852

    Re: still my worst nightmare...

    hello http://www.opengl.org/discussion_boards/ubb/smile.gif

    i've coded and read some math stuff as well( i am really sad about not learning this in school for free ...
  17. Replies
    8
    Views
    762

    Re: transparency and stuff

    thanks, i'll have a look at it http://www.opengl.org/discussion_boards/ubb/smile.gif
  18. Replies
    11
    Views
    852

    still my worst nightmare...

    hi, my 2nd question for today to keep things going on http://www.opengl.org/discussion_boards/ubb/smile.gif
    i posted this question a few weeks ago, but wasnt able to solve the problem...

    i have...
  19. Replies
    8
    Views
    762

    Re: transparency and stuff

    great!

    if i have any problem now, i'm just too stupid to code openGL stuff http://www.opengl.org/discussion_boards/ubb/smile.gif
  20. Replies
    8
    Views
    762

    transparency and stuff

    hi,

    i cant manage this:

    i want to draw some objects in my scene, which are partly transparent. example: a fence, a tree and stuff like that. i guess it is done like this: make a bitmap with a...
  21. Thread: Games?

    by sebastian
    Replies
    61
    Views
    8,845

    Games?

    hi,

    just wondering which games everyone works on(if any)...

    just asking, coz i'm bored today http://www.opengl.org/discussion_boards/ubb/smile.gif
  22. Replies
    2
    Views
    901

    Re: Drag and Drop OpenGL objects

    you have to make use of the gl-selection mode. there're some simple tutorials on how to use it on the web.
  23. Re: Random silent GDI32 exceptions with OpenGL related functions

    could you paste some code?

    (short answer,huh? :-) )
  24. Replies
    1
    Views
    118

    Re: Fog & Masking

    hi,
    you could "cut out" parts of your sprites,i.e. making parts of it totally transparent(alpha value),i think the technique is called color-keying
  25. Replies
    4
    Views
    596

    Re: Display List Memory occupation

    "its not the number of triangles so much that drops framerates but the number of state changes."

    is it true? how are state changes like glEnable(GL_TEXTURE_2D) made? i always thought it's just...
Results 1 to 25 of 57
Page 1 of 3 1 2 3