Texture Max

Blitz3D Forums/Blitz3D Beginners Area/Texture Max

Hi Guys, someone know if exist some program like this for Blitz3D ?

http://darkbasicpro.thegamecreators.com/?f=texturemax

(This is for DarkBasicPRO)

Thank you!

GIMP could do this, so could photoshop. Just seems like an image editing application :o)

Ross, the "Texture Max" Allow you to change the "channel" colors of an image in real time, so, you can make a racing game with a car with only one texture, and, leave the Player select the color of the car... This is very usefull =D... Unfortunatelly, not work in Blitz3D :(...

You can use EntityColor or BrushColor, or Multitexturing.

Look here,...I wrote this to do this very thing.

http://www.blitzbasic.com/codearcs/codearcs.php?code=2127#comments

This makes it very easy to change colors of textures on the fly, and by using masks you can affect only certain portions of the image.

Thanks, I'll look into it Pongo =D.