Mondschein Engine  0.3.0
Public Attributes | List of all members
mondschein::scene::mesh_attribs_t Struct Reference

Mesh properties struct. More...

#include <types.h>

Public Attributes

std::vector< Eigen::Vector4d > v
 Vertex position array (default: empty)
 
std::vector< Eigen::Vector3d > vn
 Vertex normal array (default: empty)
 
std::vector< Eigen::Vector4d > vt
 Vertex texture coordinates array (default: empty)
 
std::vector< Eigen::Vector4d > vc
 Vertex color array (default: empty)
 

Detailed Description

Mesh properties struct.

Definition at line 258 of file types.h.


The documentation for this struct was generated from the following file: