Page 1 of 1

Using virtual textures

Posted: 12.12.2003, 17:48
by mk
I have the Blue Marble VT DDS. When i try to use it as an alternate surface with additional VTs it doesn't work.

Code: Select all

AltSurface "BlueMarble DDS" "Sol/Earth"
{
   Color [ 0.85 0.85 1.0 ]
   Texture "BlueMarble DDS.ctx"
         Night Texture "earthnight.ctx"
   SpecularTexture "earth-spec.ctx"
   NormalMap "earth-normal.ctx"
}

It doesn;t appear in the right-click menu at all. When night and spec textures are disabled everything works fine.
Why? Is it a limit?
I moved tex to texture folder, used that code in solarsys and it worked.

Posted: 12.12.2003, 18:08
by selden
mk,

You have a typo in your SSC file: delete the space between
Night and Texture.

Posted: 12.12.2003, 22:16
by mk
:?
I've checked all names 3 times and i missed it!
Thanks!