14 years, 8 months ago
Highlights
Well, I don't use cube maps for implementing skyboxes, but I found something interesting about them in OpenGL.org. Maybe that is the solution for your problem. http://www.op…
14 years, 8 months ago
14 years, 8 months ago
Hello everyone! Recently I have been trying to implement picking via mouse ray. I made a little project with three spheres in it and I simply check for ray-sphere intersecti…
14 years, 8 months ago
I managed to fix the problem. The code, which made things not work was in the display function: void Display() { glClearColor(0.0, 0.0, 0.0, 1.0); glClear(GL_COLOR_BUFFER_BIT |…
14 years, 8 months ago
Latest Activity
Well, I don't use cube maps for implementing skyboxes, but I found something interesting about them in OpenGL.org. Maybe that …
14 years, 8 months ago
I managed to fix the problem. The code, which made things not work was in the display function: void Display() …
14 years, 8 months ago
Hello everyone! Recently I have been trying to implement picking via mouse ray. I made a little project with three …
14 years, 8 months ago