Beispiel #1
0
 public void Create(ShadowPlaneType ptype)
 {
     HCSMVOPINVOKE.HSmoothShadow_Create__SWIG_3(swigCPtr, (int)ptype);
 }
Beispiel #2
0
 public void Create(ShadowPlaneType ptype, int TextureSize, int FilterSize, int[] filter)
 {
     HCSMVOPINVOKE.HSmoothShadow_Create__SWIG_0(swigCPtr, (int)ptype, TextureSize, FilterSize, filter);
 }
Beispiel #3
0
 public void Create(ShadowPlaneType ptype, int TextureSize)
 {
     HCSMVOPINVOKE.HSmoothShadow_Create__SWIG_2(swigCPtr, (int)ptype, TextureSize);
 }
Beispiel #4
0
 public void Create(ShadowPlaneType ptype)
 {
     HCSMVOPINVOKE.HHardShadow_Create__SWIG_0(swigCPtr, (int)ptype);
 }