Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12143


Ignore:
Timestamp:
Dec 5, 2018, 10:40:19 AM (5 years ago)
Author:
wiesep
Message:

Added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/Shader_HS18/materials/BumpMapping/BumpMap.material

    r12120 r12143  
    1010          // to lighting pass categorisation routine
    1111          diffuse 0 0 0
     12          // need to prevent flickering
    1213          depth_write on
    1314          depth_bias 0
     
    2223            iteration once_per_light
    2324            scene_blend add
     25
     26            // need to prevent flickering
    2427            depth_write on
    2528            depth_bias 1
     
    8689            // to lighting pass categorisation routine
    8790            lighting off
     91            // need to prevent flickering
    8892            depth_write on
    8993            depth_bias 2
Note: See TracChangeset for help on using the changeset viewer.