Changeset 3911 for data/branches/atmospheric_engine
- Timestamp:
- Jun 27, 2006, 2:33:05 PM (19 years ago)
- Location:
- data/branches/atmospheric_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/atmospheric_engine/shaders/mapped_water.frag
r3910 r3911 50 50 vec4 specular = vec4(pow(intensity, kShine)); 51 51 52 gl_FragColor = refractionColor + reflectionColor ;// +specular;52 gl_FragColor = refractionColor + reflectionColor + 0.4 * specular; 53 53 } -
data/branches/atmospheric_engine/worlds/mountainlake.oxw
r3910 r3911 40 40 <lightpos>50,460,300</lightpos> 41 41 <!--<lightpos>50,460,300</lightpos>--> 42 <shininess> 128</shininess>42 <shininess>60</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.