$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
IcosphereGeometry Struct Reference

Container for procedural mesh data. More...

#include <icosphere.h>

Collaboration diagram for IcosphereGeometry:
[legend]

Data Fields

Vec3Array vertices
 
Vec3Array normals
 
UintArray indices
 

Detailed Description

Container for procedural mesh data.

Field Documentation

◆ indices

UintArray IcosphereGeometry::indices

Triangle indices.

◆ normals

Vec3Array IcosphereGeometry::normals

Per-vertex normals.

◆ vertices

Vec3Array IcosphereGeometry::vertices

Vertex positions.


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