🎉 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!

Experimenting with point lighting

Started by
1 comment, last by george7378 10 years, 5 months ago

I've been advancing my engine to handle point lighting, and I combined this with normal mapping and my water engine to create a few nice shots which I'm gonna share:

Advertisement

The water is pretty cool (Y)

Btw: Do you know of any visual tool for designing (complex) shaders? I've heard render monkey is good but too old. Other than that I am unable to find any. Coding shaders in notepad is too time consuming and error prone. It's like making a complex 3D model vertex by vertex in notepad.

Thanks smile.png I moved on from using notepad to using this cool little editor:

http://effected.codeplex.com/

It is still basically a text editor but it helps you out with syntax highlighting and lets you test-compile your shaders to see if they work. It also tells you where the errors are, which has saved SO much time. It's so much better than importing your shaders via your game every time you want to test them.

This topic is closed to new replies.

Advertisement