HLSL vertex 'ghosting'

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
tank202
Competition winner
Posts: 40
Joined: Mon Jan 21, 2013 8:34 pm
Location: Lithuania, Kaunas

HLSL vertex 'ghosting'

Post by tank202 »

Hey guys, just out of curiosity I want know how do you ghost vertex in hlsl?

For example 3D anaglyph shaders render same scene from different angles and then colorises those different results, Fur shader renders fur by adding shells to the mesh and the same for grass...

I want to know how to do this 'ghosting' because I didn't find any working fur or grass shader for my game :P
Post Reply