Tutorial Surface Tile Transparency Tutorial - Orbiter 2010P1

orb

New member
News Reporter
Joined
Oct 30, 2009
Messages
14,020
Reaction score
4
Points
0
I'm guessing it will take more room up on the Orbiter site?
It will take around the same room on Orbiter site. It's saved just as text here.

Code:
[highlight][PLAIN][img]address_to_image[/img][/PLAIN][/highlight]

will become something like:

[color=green]<img src="address_to_image"/>[/color]

and

[highlight][PLAIN][url]address_to_image[/url][/PLAIN][/highlight]

will become something like:

[color=green]<a href="address_to_image">address_to_image</a>[/color]
 

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,816
Reaction score
641
Points
188
Thanks Orb, I'd assumed it stored a copy of the image on orbiter's site.

N.
 

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,816
Reaction score
641
Points
188
OK, copied the images over to imgur.
If some kind soul would confirm the links all work and they are in the right place, that would be helpful. I've put text labels in them, so they should be in the relevant #post number.

Thanks, N.
 

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,816
Reaction score
641
Points
188
Real life has gone quiet, so back to this. I'll try and finish it off fairly quick, and keep it generic.

For a review, have a look at #11 onward, basically about transparency on surface tiles for Orbiter 2010.

Continuing on from #12

.dds files come in various versions.
I've used version 1, 3 and 5. As I understand it version 1 has no Alpha channel, so no transparency.
Versions 3 and 5 have Alpha channels, so can have transparency. The difference is in the resolution of the Alpha channel, 5 has a higher resolution than 3.
The transparency effect on 5 could be more subtle and graduated than 3.

Here are some examples of 3 and 5 on the same image.
 
Last edited:

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,816
Reaction score
641
Points
188
Top