Пример #1
0
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing));
 }
Пример #2
0
        public bool RemoveElementSmoothing(FbxLayerElementSmoothing pElementSmoothing)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pElementSmoothing));

            return(ret);
        }
Пример #3
0
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetSmoothing(swigCPtr, FbxLayerElementSmoothing.getCPtr(pSmoothing));
 }