mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
22 lines
552 B
HLSL
22 lines
552 B
HLSL
#define CFG_TEXTURE_TILING 1
|
|
|
|
#define CFG_DIFFUSE_SCALE 1
|
|
#define CFG_SPECULAR_SCALE 0.4
|
|
#define CFG_GLOSS_SCALE 32
|
|
#define CFG_REFLECTION_SCALE 0
|
|
|
|
#define CFG_NORMAL_SHADOW_SCALE 0
|
|
|
|
#define CFG_SPECULAR_LOD 0.07
|
|
#define CFG_GLOSS_LOD 6
|
|
|
|
#define CFG_NORMAL_DETAIL_TILING 0
|
|
#define CFG_NORMAL_DETAIL_SCALE 0
|
|
|
|
#define CFG_FAR_TILING 0
|
|
#define CFG_FAR_DIFFUSE_CUTOFF 0
|
|
#define CFG_FAR_NORMAL_CUTOFF 0
|
|
#define CFG_FAR_SPECULAR_CUTOFF 0
|
|
|
|
#include "material.hlsl"
|