Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3912


Ignore:
Timestamp:
Jun 27, 2006, 2:38:46 PM (18 years ago)
Author:
stefalie
Message:

mountain_lake: …

Location:
data/branches/atmospheric_engine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/branches/atmospheric_engine/shaders/mapped_water.frag

    r3911 r3912  
    5050        vec4 specular = vec4(pow(intensity, kShine));
    5151
    52         gl_FragColor = refractionColor + reflectionColor + 0.4 * specular;
     52        gl_FragColor = refractionColor + reflectionColor + 0.8 * specular;
    5353}
  • data/branches/atmospheric_engine/worlds/mountainlake.oxw

    r3911 r3912  
    3838      <wateruv>9</wateruv>
    3939      <waterflow>0.02</waterflow>
    40       <lightpos>50,460,300</lightpos>
     40      <lightpos>50,460,30</lightpos>
    4141      <!--<lightpos>50,460,300</lightpos>-->
    42       <shininess>60</shininess>
     42      <shininess>40</shininess>
    4343      <watercolor>0.0, 0.0, 0.2</watercolor>
    4444      <waterangle>0</waterangle>
Note: See TracChangeset for help on using the changeset viewer.