Ignore:
Timestamp:
06/24/07 10:58:31 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/illum.hlsl

    r2442 r2458  
    11#define SPOT_ANGLE 2.093 
    22#define SPOT_FALLOFF 1 
    3 #define SHADOW_COLOR float4(0.0,0.0,0.0,1.0) 
    4 #define SHADOW_BIAS_POINT 0.0001 
    5 #define SHADOW_EPSILON_POINT 0.0001 
     3#define SHADOW_COLOR float4(0.2,0.2,0.2,1.0) 
     4#define SHADOW_BIAS_POINT 0.001 
     5#define SHADOW_EPSILON_POINT 0.0000005 
    66 
    77float4 Illumination(float3 N, float3 L, float3 V, float4 lightColor, float4 lightRange, float4 diffuseColor, float specularity, float4 specularColor) 
Note: See TracChangeset for help on using the changeset viewer.