Exemplo n.º 1
0
        public bool GetMapping(aiTextureType type, uint index, out aiTextureMapping OUTPUT)
        {
            bool ret = assimp_swigPINVOKE.aiMaterial_GetMapping(swigCPtr, (int)type, index, out OUTPUT);

            if (assimp_swigPINVOKE.SWIGPendingException.Pending)
            {
                throw assimp_swigPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool SetMapping(aiTextureType type, uint index, aiTextureMapping INPUT)
        {
            bool ret = assimp_swigPINVOKE.aiMaterial_SetMapping(swigCPtr, (int)type, index, INPUT);

            return(ret);
        }