goat3d

annotate goatview/src/opengl.c @ 90:8b156bc5205b

[maxgoat] fixed the transform export bug [goatview] added widgets for the animation controls [goatview] added a grid ground plane with automatic sizing and transitions from size to size
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 May 2014 06:26:24 +0300
parents
children 07c0ec4a410d
rev   line source
nuclear@81 1 #include <string.h>
nuclear@81 2 #include "opengl.h"
nuclear@81 3
nuclear@81 4 int init_opengl(void)
nuclear@81 5 {
nuclear@81 6 glewInit();
nuclear@81 7 return 0;
nuclear@81 8 }