Game Development Community

How to change Terrain Texture on the fly?

by Drethon · in Torque Game Engine · 03/18/2009 (1:41 pm) · 0 replies

I want to be able to change the appearance of the terrain (not shape, just textures).

I'm pretty sure I could do it with decal projections but how do you have a decal project remain semi permanent (I have an idea about how to reload it after save game, its just the issue of how to keep it from fading away).

I'd like to know if it is possible to permanently change the terrain texture on the fly instead (would avoid having to reload after a save) though if this changes the original texture so a completely new game shows the change this isn't what I'm looking for...

Anyone know?