I know that SE has normal mapping; what I'm wondering is whether there is any way to specify to the engine in a catalog to read a normal map, say for a custom planet? I have seen no mention of such a parameter for the planet script anywhere. Is there one?
Example:
Code
Surface
{
DiffMap "xxx"
NormalMap "xxx"
}
Or is normal mapping only supported as implemented by procedural generation?