j
k
j a
j l
On Tue, 12 Feb 2019 at 15:50, Paul Gofman gofmanp@gmail.com wrote:
static const float tri[][3] = { {-1.0f, -1.0f, 0.0f}, {-1.0f, 1.0f, 0.0f}, { 1.0f, 1.0f, 0.0f}, };
{-1.0f, -1.0f, 0.0f},
{-1.0f, 1.0f, 0.0f},
{ 1.0f, 1.0f, 0.0f},
It's pretty minor, but we have "struct vec3" for this kind of thing.
Back to the thread
Back to the list