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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,373

    geometry shader line draw function: // make...

    geometry shader line draw function:
    // make thick line
    // from : transformed point (by modelviewprojectionmatrix)
    // to : trasformed point
    // colorfrom : first point color
    // colorto : second...
  2. Replies
    6
    Views
    1,373

    876 in 45 degrees rotation the line (created by...

    876
    in 45 degrees rotation the line (created by two triangles) is 2px wide instead of 1px
  3. Replies
    6
    Views
    1,373

    1px line using triangles

    Hi,
    I have geometry (or fallback vertex only) shader, that generates lines with custom width and pass float uniform into shader.
    For lines that are more than 1px thick, it works great. But if I...
  4. Replies
    5
    Views
    2,076

    I can construct buffer anyway I want to. Thanks...

    I can construct buffer anyway I want to.
    Thanks for answers
  5. Replies
    5
    Views
    2,076

    array od size 30k+ and not bigger than 500 000.

    array od size 30k+ and not bigger than 500 000.
  6. Replies
    5
    Views
    2,076

    Combining Points into one VBO

    hi in my app, I've got many points. If I want to speedup rendering, the fastest way seems combining them together into one VBO (one vertex array for multiple points) and then draw them with one call....
Results 1 to 6 of 6