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

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds; generated 7 minute(s) ago.

  1. Reasons for the lack of an API to query memory related info?

    Hello everyone.

    Currently I'm find myself wanting to know what I can expect when allocation memory for buffers and textures. What will go into VRAM? What and when will be put into system memory?...
  2. EDIT: Ah well, glReadPixels is probably good.

    EDIT: Ah well, glReadPixels is probably good.
  3. Replies
    13
    Views
    397

    True, but idioms aren't a concern anyway if...

    True, but idioms aren't a concern anyway if you're just starting to learn the basics of a programming language. My point is, with a little C background, you at least should be able to deal with the C...
  4. Replies
    13
    Views
    397

    So ... Xlib just comes naturally? If I had to...

    So ... Xlib just comes naturally? If I had to choose between Xlib and a higher-level API which also has the benefit of being portable and being much better documented and which is not prone to...
  5. The notion of a "fullscreen" window is a...

    The notion of a "fullscreen" window is a platform-dependent, window-system specific feature. X11 does it differently than Windows. So the first problem, getting a fullscreen window, isn't an OpenGL...
  6. Replies
    13
    Views
    397

    It depends. OpenGL is a better choice if you opt...

    It depends. OpenGL is a better choice if you opt for high performance applications that need a lot of computational power. If you're fine with drawing some primitives (and honestly, the TurboC stuff...
  7. Replies
    5
    Views
    340

    Sticky: *rubs eyes for about a minute* Well damn, this...

    *rubs eyes for about a minute*

    Well damn, this is almost like solid software engineering. :D
  8. Replies
    5
    Views
    340

    Sticky: Most awesome! :)

    Most awesome! :)
  9. Replies
    13
    Views
    397

    Just to be clear, I wasn't arguing that there...

    Just to be clear, I wasn't arguing that there isn't a triangle or a line primitive type in core OpenGL - of course there is and of course there are ways to render such primitives. I overreached a...
  10. Thread: Adding Light

    by thokra
    Replies
    5
    Views
    186

    Are you serious? The whole program? O_O Please,...

    Are you serious? The whole program? O_O Please, reduce the code to the sections that you think matter for your problem.



    Fellow board member Alfonse is the author - if you have specific...
  11. Replies
    13
    Views
    397

    What are your specific needs here? What type of...

    What are your specific needs here? What type of applications have you got in mind?

    And please be aware: The stuff Dark Photon is referring to is all legacy OpenGL functions.
  12. *duh! scratch that*

    *duh! scratch that*
  13. Replies
    2
    Views
    163

    Aren't you able to do proper lighting in shaders...

    Aren't you able to do proper lighting in shaders and just assign all unlit objects a default medium gray ambient intensity?
  14. Well, I guess Alfonse's SO answer sums it up...

    Well, I guess Alfonse's SO answer sums it up pretty nicely. I guess this is best solution.
  15. Replies
    6
    Views
    359

    You're talking completely incoherent nonsense -...

    You're talking completely incoherent nonsense - pretty much like in the other thread you opened on this "plugin". Please be more accurate.

    What do you mean by parent? The application dynamically...
  16. Could you post a screen shot of what is actually...

    Could you post a screen shot of what is actually going wrong?
  17. Hmm, from the top of my head I'd go straight to...

    Hmm, from the top of my head I'd go straight to simply projecting the billboard as well, but scaling it with a factor that's a function of distance to the camera. Another question is, do you want the...
  18. Well the mathematics is simple, but I think I...

    Well the mathematics is simple, but I think I might have misunderstood something.

    You want billboards that have a constant size in screen-space. Are we talking something like a HUD or what is it...
  19. Replies
    6
    Views
    359

    Since when do VBOs destroy anything? Nothing is...

    Since when do VBOs destroy anything? Nothing is destroyed. What are you talking about?
  20. If you need a linear depth buffer, just lay out a...

    If you need a linear depth buffer, just lay out a linear depth buffer. Are you using shaders or is this legacy stuff?
  21. Thread: restore state

    by thokra
    Replies
    1
    Views
    122

    Ehm, what? You've got a plugin and you destroy...

    Ehm, what? You've got a plugin and you destroy anything else? How is that even possible? And what state? Program state? GL state? Could you please be a little more verbose?
  22. Replies
    10
    Views
    604

    Dude ... the title of the thread is cleverly...

    Dude ... the title of the thread is cleverly chosen to be the same as the title of the sub-forum it lives in. By your logic, your suggestion would have been welcomed. The point is: make a separate...
  23. Replies
    4
    Views
    186

    Ahh... you mean as in controlled by driver...

    Ahh... you mean as in controlled by driver settings? I don't trust anything with potentially high performance penalty (like many AA techniques) hiding behind a control panel combo-box. Plus, what if...
  24. Thread: rotations

    by thokra
    Replies
    4
    Views
    145

    You are either inside the cylinder and have...

    You are either inside the cylinder and have backface culling disabled or you're outside and have frontface culling enabled.
  25. Replies
    4
    Views
    186

    Let's think about this. First of all, OpenGL...

    Let's think about this.

    First of all, OpenGL implementations are huge state machines (not so huge nowadays, but still). In effect, you already configure a lot of stuff - antialiasing of...
Results 1 to 25 of 498
Page 1 of 20 1 2 3 4