I want to use a 8k mars texture which is 180 degrees rotated. In my alt texture code :
AltSurface "Mars 5" "Sol/Mars"
{
Texture "redmars8k-bmp-um-redcorr.dds"
}
what line should I add to rotate it of 180 degrees ?
How do I rotate a texture from 180 degrees ?
-
Topic authorCham
- Posts: 4324
- Joined: 14.01.2004
- Age: 60
- With us: 20 years 10 months
- Location: Montreal
How do I rotate a texture from 180 degrees ?
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"
-
- Posts: 1034
- Joined: 16.12.2002
- With us: 21 years 11 months
- Location: People's Republic Of Cork, Ireland
-
Topic authorCham
- Posts: 4324
- Joined: 14.01.2004
- Age: 60
- With us: 20 years 10 months
- Location: Montreal
It didn't worked !
I wrote this code :
AltSurface "Mars 5" "Sol/Mars"
{
Texture "redmars8k-bmp-um-redcorr.dds"
Orientation [ 180 0 1 0 ]
}
Well, the texture is still in a wrong orientation.
I wrote this code :
AltSurface "Mars 5" "Sol/Mars"
{
Texture "redmars8k-bmp-um-redcorr.dds"
Orientation [ 180 0 1 0 ]
}
Well, the texture is still in a wrong orientation.
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"
-
- Posts: 1034
- Joined: 16.12.2002
- With us: 21 years 11 months
- Location: People's Republic Of Cork, Ireland
-
- Developer
- Posts: 1863
- Joined: 21.11.2002
- With us: 22 years
-
- Posts: 1034
- Joined: 16.12.2002
- With us: 21 years 11 months
- Location: People's Republic Of Cork, Ireland