OpenStructure
Public Member Functions | Data Fields
IndexedVertexArray::Entry Struct Reference

#include <vertex_array.hh>

Public Member Functions

 Entry ()
 
 Entry (const geom::Vec3 &vv, const geom::Vec3 &nn, const Color &cc, const geom::Vec2 &tt)
 

Data Fields

float t [2]
 
float c [4]
 
float n [3]
 
float v [3]
 

Detailed Description

Definition at line 52 of file vertex_array.hh.

Constructor & Destructor Documentation

◆ Entry() [1/2]

Entry ( )
inline

Definition at line 53 of file vertex_array.hh.

◆ Entry() [2/2]

Entry ( const geom::Vec3 vv,
const geom::Vec3 nn,
const Color cc,
const geom::Vec2 tt 
)
inline

Definition at line 61 of file vertex_array.hh.

Field Documentation

◆ c

float c[4]

Definition at line 70 of file vertex_array.hh.

◆ n

float n[3]

Definition at line 71 of file vertex_array.hh.

◆ t

float t[2]

Definition at line 69 of file vertex_array.hh.

◆ v

float v[3]

Definition at line 72 of file vertex_array.hh.


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