GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | Static Public Attributes | List of all members
gl3::VertexNormTex Struct Reference

#include <types.hpp>

Collaboration diagram for gl3::VertexNormTex:
[legend]

Public Attributes

std::array< float, 3 > coord
 
std::array< float, 3 > norm
 
std::array< float, 2 > texCoord
 

Static Public Attributes

static const int layout = LAYOUT_VTX_NORMAL_TEXTURE0
 

Detailed Description

Definition at line 247 of file types.hpp.

Member Data Documentation

std::array<float, 3> gl3::VertexNormTex::coord

Definition at line 249 of file types.hpp.

const int gl3::VertexNormTex::layout = LAYOUT_VTX_NORMAL_TEXTURE0
static

Definition at line 253 of file types.hpp.

std::array<float, 3> gl3::VertexNormTex::norm

Definition at line 250 of file types.hpp.

std::array<float, 2> gl3::VertexNormTex::texCoord

Definition at line 251 of file types.hpp.


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