Changeset 3912
- Timestamp:
- Jun 27, 2006, 2:38:46 PM (19 years ago)
- Location:
- data/branches/atmospheric_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/atmospheric_engine/shaders/mapped_water.frag
r3911 r3912 50 50 vec4 specular = vec4(pow(intensity, kShine)); 51 51 52 gl_FragColor = refractionColor + reflectionColor + 0. 4* specular;52 gl_FragColor = refractionColor + reflectionColor + 0.8 * specular; 53 53 } -
data/branches/atmospheric_engine/worlds/mountainlake.oxw
r3911 r3912 38 38 <wateruv>9</wateruv> 39 39 <waterflow>0.02</waterflow> 40 <lightpos>50,460,30 0</lightpos>40 <lightpos>50,460,30</lightpos> 41 41 <!--<lightpos>50,460,300</lightpos>--> 42 <shininess> 60</shininess>42 <shininess>40</shininess> 43 43 <watercolor>0.0, 0.0, 0.2</watercolor> 44 44 <waterangle>0</waterangle>
Note: See TracChangeset
for help on using the changeset viewer.