Tagged Questions

1
vote
2answers
141 views

Downsampling an image without “dancing” pixels

Say I wanted to downsample an image in realtime (1280x720) to a very small scale (16x16) and not suffer from "dancing" pixels when the image moves, which technique would I use? This would be using ...
1
vote
1answer
389 views

Stacking Cg shaders

In my engine I load Cg shaders from pairs of vertex/pixel shader files. I would like to be able to stack shaders to combine them (lighting + material, etc.). Short of breaking up the shaders into ...