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:
Experimenting with point lighting
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 I moved on from using notepad to using this cool little editor:
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement