Perchitas Posted March 9, 2019 Share Posted March 9, 2019 Saludos amigos, estoy requiriendo un shader para poder remover la sangre al skin de CJ, alguien sabe donde puedo encontrarlo o como hacerlo? Greetings friends, I am requiring a shadow eliminator to remove the blood on the skin of someone who knows where I can find it or how to do it? Link to comment
XaskeL Posted March 9, 2019 Share Posted March 9, 2019 (edited) texture gTex0; technique { pass p0 { Texture[0] = gTex0; } } local texture = dxCreateTexture("path", "dxt3") local shader = dxCreateShader("path") dxSetShaderValue(shader, "gTex0", texture) destroyElement(texture) engineApplyShaderToWorldTexture(shader, "textureName") Sorry, I write from phone. Edited March 9, 2019 by XaskeL Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now