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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    933

    Drawing an Arc in 3D

    Hey Guys,

    im trying to draw an arc in an 3D space. So i have two points p1 and p2 (start and endpoint of the arc) and the angle between these two points. Now i want to draw an arc between these...
  2. Replies
    0
    Views
    431

    Problem with loading PPM

    Hello,

    i´m trying load two ppm files and show the first image with glDrawPixels, but i´m only getting a white screen. This is the Code:


    #include "../common/cg_common.h"
    #include <iostream>...
  3. Replies
    3
    Views
    959

    Re: 3d Triangulation

    Yeah the delauney triangulation i think is something that i looked for. Is there a good Tutorial you know?, i didnt find one that is not so complicated. But i think delauney is not that easy, but i...
  4. Replies
    3
    Views
    959

    3d Triangulation

    Hey guys,

    first, my english skills are very low :) pls dont flame about that ^^

    I´m tryning to learn Opengl and i had already some success. I wrote a program that renders a Terrain :)
    Now i...
Results 1 to 4 of 4