How do you make see through windows?
3 posters
Page 1 of 1
How do you make see through windows?
Sorry another question again, this will probably be my last. But yeah, how can I make see through windows?
Re: How do you make see through windows?
Two ways to do this.
1. Fill in the places in your texture that you want to make it transparent with a single color. The norm is pure blue (0 0 255), although you should choose other colours if there are areas coloured blue in your texture, or else those areas would become transparent too.
Then, edit your objects that uses this texture: Add the line "Transparent 0, 0, 255" after setting the texture coordinates. Then, the areas coloured pure blue in that texture will become fully transparent.
2. Use a .PNG texture. Compared with the traditional .bmp textures, png images allow a fourth "alpha" channel apart from the original three (red / green / blue), which controls transparency. This means you can even make partially transparent colours, e.g. (255, 0, 0, 50) -> 50% transparent pure red. OpenBVE can import these png textures at the expense of more processing power.
1. Fill in the places in your texture that you want to make it transparent with a single color. The norm is pure blue (0 0 255), although you should choose other colours if there are areas coloured blue in your texture, or else those areas would become transparent too.
Then, edit your objects that uses this texture: Add the line "Transparent 0, 0, 255" after setting the texture coordinates. Then, the areas coloured pure blue in that texture will become fully transparent.
2. Use a .PNG texture. Compared with the traditional .bmp textures, png images allow a fourth "alpha" channel apart from the original three (red / green / blue), which controls transparency. This means you can even make partially transparent colours, e.g. (255, 0, 0, 50) -> 50% transparent pure red. OpenBVE can import these png textures at the expense of more processing power.
devilreborn- Posts : 30
Join date : 2012-06-15
Age : 27
Location : Hong Kong
Re: How do you make see through windows?
I know how to make Tinted windows
class318fan- Posts : 36
Join date : 2012-07-01
Similar topics
» Can you make the AI switch itself off
» You couldn't make it up
» how to make a train for open bve
» How to make paths?
» Anybody make a LB&SCR E2 class mod?
» You couldn't make it up
» how to make a train for open bve
» How to make paths?
» Anybody make a LB&SCR E2 class mod?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum