Dandelion 2.0.0
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
mesh.hpp 文件参考
#include <array>
#include <vector>
#include <string>
#include <Eigen/Core>

浏览该文件的源代码.

struct  Mesh
 用于同步渲染数据的三角形 Mesh更多...
struct  LineSet
 用于同步线条渲染数据的内存对象。 更多...
struct  ArrowSet
 用于渲染箭头的特殊线条集。 更多...
struct  AABBSet
 用于渲染轴对齐包围盒 (AABB) 的特殊线条集。 更多...

详细描述

提供用于渲染数据同步的内存 Mesh 数据结构。