PeriDyno 1.0.0
Loading...
Searching...
No Matches
Shape.h File Reference

Go to the source code of this file.

Variables

static const float CUBE_VERTICES []
 position xyz, unused w, normal, uv
 
static const int CUBE_INDICES []
 
static const float SPHERE_VERTICES []
 
static const int SPHERE_INDICES []
 

Variable Documentation

◆ CUBE_INDICES

const int CUBE_INDICES[]
static
Initial value:
=
{
0, 1, 2, 0, 2, 3,
6, 5, 4, 7, 6, 4,
10, 9, 8, 11, 10, 8,
12, 13, 14, 12, 14, 15,
18, 17, 16, 19, 18, 16,
20, 21, 22, 20, 22, 23 }

Definition at line 231 of file Shape.h.

◆ CUBE_VERTICES

const float CUBE_VERTICES[]
static

position xyz, unused w, normal, uv

Definition at line 6 of file Shape.h.

◆ SPHERE_INDICES

const int SPHERE_INDICES[]
static

Definition at line 2403 of file Shape.h.

◆ SPHERE_VERTICES

const float SPHERE_VERTICES[]
static

Definition at line 240 of file Shape.h.