PCG Lib
Library for procedural content generation
Public Attributes | List of all members
skr::pcg::Vertex Struct Reference

struct describing a vertex More...

#include <Definitions.h>

Public Attributes

Vec3 Position
 
Vec3 Normal
 position of vertex More...
 
Vec2 TexCoords
 normal at vertex More...
 

Detailed Description

struct describing a vertex

Member Data Documentation

◆ Normal

Vec3 skr::pcg::Vertex::Normal

position of vertex

◆ Position

Vec3 skr::pcg::Vertex::Position

◆ TexCoords

Vec2 skr::pcg::Vertex::TexCoords

normal at vertex


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