🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest computergraphics Activity

@cgrant Many thanks for the reply, I will see the link that you sent to me 

5,382 views
Advertisement

One thing that seems to be missing is any discussion of ray tracing algorithms. For instance, you could have the students implement a simple Whitted ray tracer or possibly a path tracer. This could also include discussion of acceleration structures and BVH, which is good general knowledge to have.

W…

4,545 views

Hi

I'm trying to implement wireframe drawing with hidden line removal. In the geometry shader I make lines from the input triangle. I plan to change the z-value in the geometry shader so that the lines are closer to the camera to avoid stippling (maybe this approach is wrong too). 

I want to do …

2,896 views
Shaders for Beginners (with examples in OpenGL and Defold)

I had many problems with understanding shaders, but after getting a grasp - it is so easy, convenient and powerful! I present to you my twisted version of understanding this, hoping it will help other aspiring devs ?

This is my slow path from a total noob to a less-noob-ish shader programmer ? It wi…

12,182 views
Advertisement
Advertisement