EDIT : program is finished, thanx for help. look at my next post for info
I made this program, and the algorithm I used works only in some graphics cards
(I was told that only GF3 and higher and > R8500)
I want to test my rendering algorithm.
It is really easy, you only have to run it. I only want to know if it renders well.
Also it can be fun to play with this program, making strange objects.
So if you want to help :
1. Download my program : http://neuron.tuke.sk/~wagner/program.zip
2. Unpack and run
3. you should see some strange green object. Rotate with left mouse button.
(If you want, try buttons and keys, most things work.)
4. post here if it works and what type of graphics card do you have
The program should look like this :

For those who wants to know more, it is simulation of CSG (Constructive solid geometry) and it uses OpenGL and pBuffer.
known bugs :
- torus won't render good with SCS algorithm, GF algorithm is needed
- strange white things sometimes on textured spheres
- if you zoom too close, program not correctly rendering
it is Beta, so it lacks of many features, like saving, loading, better textures ....
Thanx for help
I made this program, and the algorithm I used works only in some graphics cards
(I was told that only GF3 and higher and > R8500)
I want to test my rendering algorithm.
It is really easy, you only have to run it. I only want to know if it renders well.
Also it can be fun to play with this program, making strange objects.
So if you want to help :
1. Download my program : http://neuron.tuke.sk/~wagner/program.zip
2. Unpack and run
3. you should see some strange green object. Rotate with left mouse button.
(If you want, try buttons and keys, most things work.)
4. post here if it works and what type of graphics card do you have
The program should look like this :

For those who wants to know more, it is simulation of CSG (Constructive solid geometry) and it uses OpenGL and pBuffer.
known bugs :
- torus won't render good with SCS algorithm, GF algorithm is needed
- strange white things sometimes on textured spheres
- if you zoom too close, program not correctly rendering
it is Beta, so it lacks of many features, like saving, loading, better textures ....
Thanx for help
Comment