Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CompositeObj::RawGeometry Class Reference

Contains all the geometry information from an OBJ file. More...

Public Member Functions

void clear ()
 

Public Attributes

std::vector< glm::vec3 > positions
 Positions.
 
std::vector< glm::vec3 > normals
 Normals.
 
std::vector< glm::vec2 > texcoords
 UVs.
 
std::vector< std::string > faces
 OBJ face strings.
 

Detailed Description

Contains all the geometry information from an OBJ file.

Member Function Documentation

◆ clear()

void CompositeObj::RawGeometry::clear ( )
inline

Clear all data.


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