CVS: data/Effects landmass.eff,1.8,1.9
Frederic Bouvier <[email protected]> Sat, 10 Apr 2010 10:14:33 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Effects
In directory baron.flightgear.org:/tmp/cvs-serv19193/Effects
Modified Files:
landmass.eff
Log Message:
Use quality level inside landmass fragment shader
Index: landmass.eff
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Effects/landmass.eff,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- landmass.eff 10 Apr 2010 13:59:24 -0000 1.8
+++ landmass.eff 10 Apr 2010 15:08:29 -0000 1.9
@@ -13,6 +13,7 @@
<snow-level><use>/sim/rendering/snow-level-m</use></snow-level>
<depth-factor type="float">0.01</depth-factor>
<canopy-height type="float">15.0</canopy-height>
+ <quality-level><use>/sim/rendering/quality-level</use></quality-level>
</parameters>
<generate>
<tangent type="int">6</tangent>
@@ -128,6 +129,11 @@
<type>float</type>
<value><use>canopy-height</use></value>
</uniform>
+ <uniform>
+ <name>quality_level</name>
+ <type>float</type>
+ <value><use>quality-level</use></value>
+ </uniform>
</pass>
</technique>
<technique n="9">
@@ -230,6 +236,11 @@
<type>float</type>
<value><use>snow-level</use></value>
</uniform>
+ <uniform>
+ <name>quality_level</name>
+ <type>float</type>
+ <value><use>quality-level</use></value>
+ </uniform>
</pass>
</technique>
</PropertyList>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev