Can anyone teach me how to create v19 navigator .. i really dont know how to sorry .. :( Thanks in advance
UP
UP
UP
UP
UP
UP!
UP
UP
UP
UP
UP
UP!
void RenderScenePS(PsInput In, out PsOutput Out)
{
Out.Color = float4(tex2D(MinimapTextureSampler, In.TextureUV).rgb, tex2D(MinimapTextureMaskSampler, In.TextureUV).a);
}
Quote:
[Only registered and activated users can see links. Click Here To Register...]
Should help, you need to create a PS like this:
Code:void RenderScenePS(PsInput In, out PsOutput Out) { Out.Color = float4(tex2D(MinimapTextureSampler, In.TextureUV).rgb, tex2D(MinimapTextureMaskSampler, In.TextureUV).a); }
Quote:
[Only registered and activated users can see links. Click Here To Register...]
Should help, you need to create a PS like this:
Code:void RenderScenePS(PsInput In, out PsOutput Out) { Out.Color = float4(tex2D(MinimapTextureSampler, In.TextureUV).rgb, tex2D(MinimapTextureMaskSampler, In.TextureUV).a); }
srsly man no one here will give you the code for the navigator(have a look at the bastel source from pixelfehler,maybe it helps)...Quote:
HOw to fix this one? (My navigator)
[Only registered and activated users can see links. Click Here To Register...]