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

A single vertex in a Geom. More...

Public Attributes

v3 position
 
v3 normal
 
v2 uv
 
v3 color
 in linear color space
 

Detailed Description

A single vertex in a Geom.

Definition at line 12 of file geom.h.

Member Data Documentation

◆ color

v3 eu::core::Vertex::color

in linear color space

Definition at line 17 of file geom.h.

◆ normal

v3 eu::core::Vertex::normal

Definition at line 15 of file geom.h.

◆ position

v3 eu::core::Vertex::position

Definition at line 14 of file geom.h.

◆ uv

v2 eu::core::Vertex::uv

Definition at line 16 of file geom.h.


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