Euphoria
Public Member Functions | Public Attributes | List of all members
eu::core::geom::Vertex Struct Reference

A single vertex referencing the shared data in the Builder. More...

Public Member Functions

 Vertex (Index pnt, Index clr)
 
 Vertex (Index a_position, Index a_normal, Index a_texture, Index a_color)
 

Public Attributes

Index position
 
Index normal
 
Index texture
 
Index color
 

Detailed Description

A single vertex referencing the shared data in the Builder.

Definition at line 36 of file geom.builder.h.

Constructor & Destructor Documentation

◆ Vertex() [1/2]

eu::core::geom::Vertex::Vertex ( Index  pnt,
Index  clr 
)

◆ Vertex() [2/2]

eu::core::geom::Vertex::Vertex ( Index  a_position,
Index  a_normal,
Index  a_texture,
Index  a_color 
)

Member Data Documentation

◆ color

Index eu::core::geom::Vertex::color

Definition at line 41 of file geom.builder.h.

◆ normal

Index eu::core::geom::Vertex::normal

Definition at line 39 of file geom.builder.h.

◆ position

Index eu::core::geom::Vertex::position

Definition at line 38 of file geom.builder.h.

◆ texture

Index eu::core::geom::Vertex::texture

Definition at line 40 of file geom.builder.h.


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