Tagged Questions
4
votes
2answers
355 views
Rain drops on screen
I am trying to make simple rain drop effect on screen.Something like this
http://fc00.deviantart.net/fs20/f/2007/302/5/6/Rain_drops_by_rockraikar.png
My idea is to:
Create small drop shaped normal ...
0
votes
1answer
512 views
CG/CGFX to GLSL
So, I'm making the painful move from my beloved XNA to OpenTK, and I'm stuck:
Since I've got a LOT of existing shaders written in HLSL, NVidia's CG compiler seems like a natural way to minimize the ...
2
votes
1answer
456 views
Model in Blender GLSL to XNA HLSL
Is it possible to make model in Blender, with enabled GLSL, add multiple textures, etc, and then just load it in XNA, where's own HLSL? Will it work?