source:
GTP/trunk/App/Demos/Illum/Illumination Networks Demo [OpenGL]/src/writethrough.cg
@
845
Revision 845, 218 bytes checked in by szirmay, 19 years ago (diff) |
---|
Line | |
---|---|
1 | /* |
2 | * Rendering the hemispherical projection of the patches |
3 | * using the patch index as color |
4 | * The target is the visibility map |
5 | */ |
6 | float4 main(in float4 patch_index : TEXCOORD2) : COLOR { |
7 | return patch_index; |
8 | } |
Note: See TracBrowser
for help on using the repository browser.