Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Typo?  (Read 2002 times)

0 Members and 1 Guest are viewing this topic.

replaceits

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
Typo?
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Typo?
« Reply #1 on: June 03, 2013, 08:03:33 am »
That's the fun part of this example: find the two extra faces! ;D
Laurent Gomila - SFML developer