Quantcast
Channel: Latest Questions by Ricardo
Viewing all articles
Browse latest Browse all 16

Replacing and stacking shaders for some objects

$
0
0

Hi,

I'm mostly new to shaders, and this will likely show in this question.

I've got several objects in my scene whose rendering I wish to alter depending on how far they are from a character. I'd like to highlight reachable objects, darken unreachable ones, and highlight those the player can attack in a specific overlay.

These can be combined - for instance, we may have an object that's just too far away for "walking" distance, but that can be attacked with a ranged attack.

So far I've read Blurst's article on Replacement shaders and sat through and experimented with Unite '08's Shader programming course. I've also reviewed the shader's getting started and cg docs, which seem to cover the same topic as the Unite talk.

The latter gave me a good idea as to how to go about writing a specific shader, but I'm still at a loss as to how to stack the various operations. I can think of several options:

  • Creating various materials and swapping them.
  • Having a shader written in Cg that behaves differently based on material properties.
  • Using RenderWithShader to overlay a new shader on top of the existing one based on distance.

What would be the best approach here? Any pointers to basic tutorials as to how to perform this sort of operation? I have the distinct feeling that I'm missing a piece of the puzzle.


Viewing all articles
Browse latest Browse all 16

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>