# config file for ogre 1.12+ (built/installed from ogre-1.12.5.git)

# Please do not change this default setting. 
# if this setting is not good for you,
# copy this file to ogreconfig_personal.txt and edit it.
renderer_width 960
renderer_height 540
right_panel_width 200
UI_scale_factor 1
useRTTcapture 1
showConfigDlg 0
useSeperateOgreWindow 0
#  SHADOWTYPE_NONE = 0x00,
#  SHADOWTYPE_STENCIL_MODULATIVE = 0x12=18,
#  SHADOWTYPE_STENCIL_ADDITIVE = 0x11=17,
#  SHADOWTYPE_TEXTURE_MODULATIVE = 0x22=34,
#  SHADOWTYPE_TEXTURE_ADDITIVE = 0x21=33,
# Please do not change this default setting. 
# One can instead copy this file to
# ogreconfig_personal.txt and personalize it.
# 34(shadowtexture), 37(shadowmap), 18 (stencil shadow)중에 고를 것
# 37일때는 shadowResolution을 크게 놓고
# 34일때는 shadowResolution을 작게 놓을 것
# 34는 Iguana프로젝트가 제대로 동작 안함.
#shadowTechnique 34  
shadowTechnique 18
shadowFarDistance 2000
# must be power of 2
#shadowResolution 4096 
shadowResolution 512
shadowmapCount 10
shadowColor 0.8

depthShadow 0
# ogre가 crash나는 경우 set 1 for debugging.
enableLog 1  

# Warning! orthographic mode doesn't work perfectly.
useOrthographicProjection 0

farClipDistance 100000
nearClipDistance 10
