[B3.1][ML] 3D-Styles do not care about z-position
Posted: 15 Mar 2013, 18:43
I noticed that the 3D-Styles seems to not care about any z-value specified in pos/posn: They always seem to be on the same z-level, which results in having them conflicting with each other.
Test Manialink:
Result:

As of the z-values, the lower left button should be behind the top right one. Yet they both seem to have the same z-value, resulting in the conflict when drawn.
Test Manialink:
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<manialink version="1" background="title" navigable3d="0">
<frame3d style3d="NavButton" posn="-10 -10 -10" sizen="100 30" />
<frame3d style3d="NavButton" posn="10 10 10" sizen="100 30" />
</manialink>

As of the z-values, the lower left button should be behind the top right one. Yet they both seem to have the same z-value, resulting in the conflict when drawn.