예제 #1
0
        public bool IsProducerCamera(FbxCamera pCamera)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGlobalCameraSettings_IsProducerCamera(swigCPtr, FbxCamera.getCPtr(pCamera));

            return(ret);
        }
예제 #2
0
        public bool SetRightCamera(FbxCamera pCamera)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCameraStereo_SetRightCamera(swigCPtr, FbxCamera.getCPtr(pCamera));

            return(ret);
        }
예제 #3
0
        public bool CopyProducerCamera(string pCameraName, FbxCamera pCamera)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGlobalCameraSettings_CopyProducerCamera(swigCPtr, pCameraName, FbxCamera.getCPtr(pCamera));

            return(ret);
        }
예제 #4
0
        public bool SetLeftCamera(FbxCamera pCamera)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCameraStereo_SetLeftCamera(swigCPtr, FbxCamera.getCPtr(pCamera));

            return(ret);
        }