PR_SetMaterialTexture example

Started by
0 comments, last by jevdsnny 22 years, 5 months ago
Can someone post a code snippet showing how to use PR_SetMaterialTexture to change the material on a character? I think this is something alot of people would like to know how to do, as it is nice to use for teams/armor textures/changing your face/hair, etc.
Advertisement
Just change it directly in the materials array:

PR_Globals.PR_Materials[Material].texture_number[Stage] = texnum;

PR_SetMaterialTexture was meant for when you''re first building a material and only gives you access to the first stage.
Author of Power Render (http:/www.powerrender.com)

This topic is closed to new replies.

Advertisement