Example #1
0
 public void InitSubdivLevel(int pLevelCount, FbxSubDiv.EScheme pScheme)
 {
     FbxWrapperNativePINVOKE.FbxSubDiv_InitSubdivLevel__SWIG_1(swigCPtr, pLevelCount, (int)pScheme);
 }
Example #2
0
 public void InitSubdivLevel(int pLevelCount, FbxSubDiv.EScheme pScheme, FbxSubDiv.ETesselationPattern pPattern)
 {
     FbxWrapperNativePINVOKE.FbxSubDiv_InitSubdivLevel__SWIG_0(swigCPtr, pLevelCount, (int)pScheme, (int)pPattern);
 }
Example #3
0
 public void SetSubdivScheme(FbxSubDiv.EScheme pScheme)
 {
     FbxWrapperNativePINVOKE.FbxSubDiv_SetSubdivScheme(swigCPtr, (int)pScheme);
 }
Example #4
0
 public FbxSubDiv.EScheme GetSubdivScheme()
 {
     FbxSubDiv.EScheme ret = (FbxSubDiv.EScheme)FbxWrapperNativePINVOKE.FbxSubDiv_GetSubdivScheme(swigCPtr);
     return(ret);
 }
Example #5
0
 public void SetSubdivScheme(FbxSubDiv.EScheme pScheme)
 {
     fbx_wrapperPINVOKE.FbxSubDiv_SetSubdivScheme(swigCPtr, (int)pScheme);
 }
Example #6
0
 public FbxSubDiv.EScheme GetSubdivScheme()
 {
     FbxSubDiv.EScheme ret = (FbxSubDiv.EScheme)fbx_wrapperPINVOKE.FbxSubDiv_GetSubdivScheme(swigCPtr);
     return(ret);
 }