예제 #1
0
        public static Model ConvertModelFromAiSceneWithSingleMesh(string filePath)
        {
            string texturesDirectory = Path.GetDirectoryName(filePath);

            return(ConvertModelFromAiSceneWithSingleMesh(SceneUtilities.Import(filePath), texturesDirectory));
        }