Game Development Community

More detail Textures !?

by M. Stolley · in Torque Game Engine · 11/27/2005 (9:59 am) · 2 replies

How can i use a detail texture for each of the six terrain textures?

I mean one for example grass and one for sand and one for stones and so.

Mathias

#1
11/27/2005 (11:05 am)
You can't, the detail texture is currently multipassed once. You could try modulating it per vertex and doing N passes, one for each material.