adi 0.12.0

Create platform-agnostic apps and video games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* triangle.data */ [

// Front Side
-0.5,  0.5, 0., 1.0,	1.0, 0.0, 0.0, 1.0,
 0.5,  0.5, 0., 1.0,	0.0, 1.0, 0.0, 1.0,
 0.0, -0.5, 0., 1.0,	0.0, 0.0, 1.0, 1.0,

// Back Side
/*-0.5,  0.5, 0., 1.0,	1.0, 0.0, 0.0, 1.0,
 0.0, -0.5, 0., 1.0,	0.0, 0.0, 1.0, 1.0,
 0.5,  0.5, 0., 1.0,	0.0, 1.0, 0.0, 1.0,*/

/* triangle.data */ ]