nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Semitransparent textures will not show the block behind them #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the new version of terrain.png

2. When you look at a tree you cannot see the tree-trunk behind the leaves.  
You can see the landscape however. 

What is the expected output? What do you see instead?
You are supposed to see the trunk behind the leaves.  Instead you see through 
the trunk to the landscape.

Original issue reported on code.google.com by ffili.le...@gmail.com on 18 Nov 2011 at 5:51

Attachments:

GoogleCodeExporter commented 9 years ago
It's an issue with variable alpha blending, rather than true transparency. 
Meaning if you have an alpha between 0 and 255, it acts weird, but if you have 
full transparency, then it works

Original comment by nin...@gmail.com on 18 Nov 2011 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by nin...@gmail.com on 8 Jan 2012 at 10:29