Ignore:
Timestamp:
06/05/07 01:57:13 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2398 r2404  
     1#define SPOT_ANGLE 2.093 
     2#define SPOT_FALLOFF 1 
     3#define SHADOW_COLOR float4(0.3,0.3,0.3,1.0) 
     4#define SHADOW_BIAS_POINT 0.0001 
     5#define SHADOW_EPSILON_POINT 0.0001 
    16 
    27float4 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.