]> git.mxchange.org Git - simgear.git/commit
Effects in models working for transparent materials and chrome animation
authorTim Moore <timoore@redhat.com>
Fri, 16 Oct 2009 10:54:46 +0000 (12:54 +0200)
committerTim Moore <timoore@redhat.com>
Fri, 13 Nov 2009 21:41:11 +0000 (22:41 +0100)
commit54c4055af3b106371ed57852c4ad5f1dd087badc
treef0a2f75ff370d99f422b3816cec63d4568dcf1f4
parentcb07210bc7e61fe0a45836c4e614a0e43cfb33d1
Effects in models working for transparent materials and chrome animation

Implementation of animated effect values via the property system.

Add names for TexEnvCombine attributes
20 files changed:
projects/VC7.1/SimGear.vcproj
projects/VC90/SimGear.vcproj
simgear/props/AtomicChangeListener.cxx [new file with mode: 0644]
simgear/props/AtomicChangeListener.hxx [new file with mode: 0644]
simgear/props/ExtendedPropertyAdapter.hxx [new file with mode: 0644]
simgear/props/Makefile.am
simgear/props/props.hxx
simgear/scene/material/Effect.cxx
simgear/scene/material/Effect.hxx
simgear/scene/material/EffectBuilder.cxx
simgear/scene/material/EffectBuilder.hxx
simgear/scene/material/EffectGeode.cxx
simgear/scene/material/EffectGeode.hxx
simgear/scene/material/TextureBuilder.cxx
simgear/scene/material/makeEffect.cxx
simgear/scene/model/SGReaderWriterXML.cxx
simgear/scene/model/model.cxx
simgear/scene/util/Makefile.am
simgear/scene/util/UpdateOnceCallback.cxx [new file with mode: 0644]
simgear/scene/util/UpdateOnceCallback.hxx [new file with mode: 0644]