From: <sv...@ww...> - 2004-08-07 15:54:20
|
Author: mkrose Date: 2004-08-07 08:54:11 -0700 (Sat, 07 Aug 2004) New Revision: 1205 Added: trunk/CSP/CSPSim/Data/Images/Trees/tree0.png Removed: trunk/CSP/CSPSim/Data/Images/Trees/tree0.rgba Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Data/Images/Trees/tree5.png trunk/CSP/CSPSim/Data/Images/Trees/tree6.png trunk/CSP/CSPSim/Data/XML/theater/balkan/forest.xml Log: Cleaned up tree images a bit to remove purple pixels. Converted tree0.rgba to png. Adjusted the aspect ratios slightly. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1205 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-08-07 02:14:02 UTC (rev 1204) +++ trunk/CSP/CSPSim/CHANGES.current 2004-08-07 15:54:11 UTC (rev 1205) @@ -1,6 +1,10 @@ Version 0.4.0 (in progress) =========================== +2004-08-07: onsight + * Cleaned up tree images a bit to remove purple pixels. Converted + tree0.rgba to png. Adjusted the aspect ratios slightly. + 2004-08-06: onsight * Fixed a pseudo-bug in demeter, which caused terrain height anomalies at the edges of flat and rough terrain blocks. Essentially, when a Added: trunk/CSP/CSPSim/Data/Images/Trees/tree0.png =================================================================== (Binary files differ) Property changes on: trunk/CSP/CSPSim/Data/Images/Trees/tree0.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: trunk/CSP/CSPSim/Data/Images/Trees/tree0.rgba =================================================================== (Binary files differ) Modified: trunk/CSP/CSPSim/Data/Images/Trees/tree5.png =================================================================== (Binary files differ) Modified: trunk/CSP/CSPSim/Data/Images/Trees/tree6.png =================================================================== (Binary files differ) Modified: trunk/CSP/CSPSim/Data/XML/theater/balkan/forest.xml =================================================================== --- trunk/CSP/CSPSim/Data/XML/theater/balkan/forest.xml 2004-08-07 02:14:02 UTC (rev 1204) +++ trunk/CSP/CSPSim/Data/XML/theater/balkan/forest.xml 2004-08-07 15:54:11 UTC (rev 1205) @@ -3,18 +3,18 @@ <Object class="RandomBillboardModel"> <List name="models"> <Object class="FeatureQuad"> - <External name="texture">Trees/tree0.rgba</External> - <Float name="width">4</Float> + <External name="texture">Trees/tree0.png</External> + <Float name="width">6</Float> <Float name="height">10</Float> </Object> <Object class="FeatureQuad"> <External name="texture">Trees/tree5.png</External> - <Float name="width">6</Float> + <Float name="width">8</Float> <Float name="height">12</Float> </Object> <Object class="FeatureQuad"> <External name="texture">Trees/tree6.png</External> - <Float name="width">8</Float> + <Float name="width">10</Float> <Float name="height">14</Float> </Object> </List> |