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...
Type: Posts; User: raven22k
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...
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>...
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...
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...