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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    841

    Calculate circle vertex coordinates if filled...

    Calculate circle vertex coordinates

    if filled use triangles
    if empty use lines or triangles
  2. Replies
    4
    Views
    1,935

    nope You have, for example, 4 color textures and...

    nope
    You have, for example, 4 color textures and 1 splat texture. You read the splat texture and decide which color texture should be used for this fragment.
    Example here...
  3. What? The windows binaries that comes with the...

    What?
    The windows binaries that comes with the package are
    6.35MB debug dll + 0.227MB debug lib
    4.41MB release dll + 0.227MB release lib
    I have no idea how you came up with 130MB size debug...
  4. Thread: Animation

    by Bloodust
    Replies
    6
    Views
    3,218

    As far as I know .obj doesnt support animation. ...

    As far as I know .obj doesnt support animation.
    As for loading the animations and models, I suggest using assimp http://assimp.sourceforge.net/.
    You can get the model and animation data out quite...
  5. Replies
    1
    Views
    897

    Have you tried moving the vertex shader color...

    Have you tried moving the vertex shader color calculations to fragment shader ?
  6. If you dont want to be limited to 3DS models...

    If you dont want to be limited to 3DS models only, I suggest you look into assimp http://assimp.sourceforge.net/
    It can load different models into an intermediate format that you can easily parse...
Results 1 to 6 of 6