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

浏览源代码.

struct  vde::foundation::GltfOptions
 glTF 2.0 导出选项 更多...
 

命名空间

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

函数

bool vde::foundation::write_gltf (const std::string &filepath, const mesh::HalfedgeMesh &mesh, const GltfOptions &options=GltfOptions{})
 导出网格为 glTF 2.0 / GLB 格式 更多...
 
bool vde::foundation::write_brep_gltf (const std::string &filepath, const brep::BrepModel &model, int tessellation_res=32)
 导出 B-Rep 模型为 GLB 格式(通过面片化) 更多...