ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
io_obj.h 文件参考
#include <string>
#include <vector>
#include "vde/foundation/math_types.h"
io_obj.h 的引用(Include)关系图:

浏览源代码.

struct  vde::foundation::ObjMeshData
 OBJ 文件解析结果数据结构 更多...
 

命名空间

 vde
 
 vde::foundation
 自适应双精度谓词后端(默认)
 

函数

ObjMeshData vde::foundation::read_obj (const std::string &filepath)
 读取 Wavefront OBJ 文件 更多...
 
void vde::foundation::write_obj (const std::string &filepath, const ObjMeshData &data)
 写入 Wavefront OBJ 文件 更多...