slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
ObjMeshImporter.h
浏览该文件的文档.
1//
2// Created by zhou_zhengming on 2026/5/20.
3//
4
5#pragma once
6#include "Mesh.h"
7#include <string>
8
9namespace z8 {
11public:
12 static Mesh Parse(std::string FileName);
13};
14}
15
16
17
18
19
Definition Mesh.h:18
Definition ObjMeshImporter.h:10
static Mesh Parse(std::string FileName)
Definition ObjMeshImporter.cpp:16
Definition Application.h:14