SFML community forums
General => General discussions => Topic started by: replaceits on June 03, 2013, 03:36:10 am
Title:
Typo?
Post by:
replaceits
on
June 03, 2013, 03:36:10 am
So in the OpenGL.cpp example that has the line
// Define a 3D cube (8 faces made of 2 triangles composed by 3 vertices)
shouldnt this be
// Define a 3D cube (6 faces made of 2 triangles composed by 3 vertices)
? ;D
Title:
Re: Typo?
Post by:
Laurent
on
June 03, 2013, 08:03:33 am
That's the fun part of this example: find the two extra faces! ;D