]> git.mxchange.org Git - simgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Wed, 7 Jan 2004 09:07:57 +0000 (09:07 +0000)
committerehofman <ehofman>
Wed, 7 Jan 2004 09:07:57 +0000 (09:07 +0000)
commit3d43bc04801e9c3b54d298a031467971cd0d3366
treed440fda74308ef402c4d7c96eed4005d07b04ca6
parent7bee5f1ab6a756584e0c5f8e5bddaee58a2dde4b
Frederic Bouvier:

The attached patch adds a new animation class, called SGAlphaTestAnimation, to enable alpha test in 3D models.
This will remove many artefact caused by painting order of translucent models, and I need it for an upcoming model. In addition, I added a min-factor and a max-factor to the range animation to modulate min-m, min-property, max-m or max-property.
simgear/scene/model/animation.cxx
simgear/scene/model/animation.hxx
simgear/scene/model/model.cxx