Removed last remnants of glut from simpleCpu comments

This commit is contained in:
Jeremy Cowles 2013-02-16 13:15:29 -08:00
parent eb1652bc26
commit 3f96f9872a
2 changed files with 3 additions and 2 deletions

View File

@ -143,7 +143,7 @@ int main(int argc, char ** argv)
initOsd();
//
// Start the main glut drawing loop
// Start the main drawing loop
//
while (g_running) {
idle();

View File

@ -202,7 +202,7 @@ static void calcNormals(OsdHbrMesh * mesh,
// register the Osd CPU kernel,
// call createOsdMesh (see below), init glew and one-time GL state and enter the
// main glut loop.
// main drawing loop.
//
void initOsd()
{
@ -469,6 +469,7 @@ updateGeom()
//
// Send the animated coarse positions and normals to the vertex buffer.
//
std::cout << vertex.size() << " - " << nverts << std::endl;
g_vertexBuffer->UpdateData(&vertex[0], nverts);
//