2012-03-25 |
Diederick Niehorster | ported sphere. Drawing code is still in the sphere...
|
commit | commitdiff | tree |
2012-03-25 |
Diederick Niehorster | correcting a few typos i made earlier in the comments
|
commit | commitdiff | tree |
2012-03-21 |
Diederick Niehorster | internally in fg_geometry, GLfloat used everywhere
|
commit | commitdiff | tree |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | All doubles now GLdoubles (important for GLES later)
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | teapot header not in list of files (so doesn't show...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | per old glut manpages, glutTeapot calls generate clockwise...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | added a message when new context creation was silently...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | got rid of edgeflags as I now draw all wire frames...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | that definition is FREEGLUT_GLES1, not FREEGLUT_GLES
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | little bit of cleanup
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | oops, that was a bit sloppy. Also added a missing free
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | check for every malloc call if memory was allocated...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | Need to also set glDisable(GL_CULL_FACE) when drawing...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | Done dodecahedron. Nice, this just worked!
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | removing some debug code
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | was still trying to draw RhombicDodecahedron as GL_QUAD...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | implemented scheme for automatic square and pentagon...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | corrected data type (its a demo after all, better be...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | cube now done with triangles, internal edges on each...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | RhombicDodecahedron moved to glVertexPointer
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | icosahedron also done
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | made some macros to reduce code duplication
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | octahedron also done
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | now a toggle for perspective/orthogonal projection...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | outer radius parameter in shapes demo now doubles as...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | dSize parameter of Cube now works correctly again
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | now using one function to generate geometry from the...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | got one fo the cube's normals wrong
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | array size second dim is simply 3...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | I have these nice variables indicating whether the...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | Cube also moved to glDrawElements
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | also did Sierpinski sponge
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | initial start at rewrite of fg_geometry functions,...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | no need for a message on MSVC that we hide insecure...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | oops, generating freeglutdll.def was not specific to...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | converted all tabs to spaces for CMake file, eases...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | FreeGLUT version number is now only defined in CMake...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | and again some more documentation of what kind of version...
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | added a bit more doc
|
commit | commitdiff | tree |
2012-03-15 |
Diederick Niehorster | just a typo
|
commit | commitdiff | tree |
2012-03-14 |
Diederick Niehorster | removed parts from readme that are definately outdated...
|
commit | commitdiff | tree |
2012-03-14 |
Diederick Niehorster | also added build64 to list of ignores
|
commit | commitdiff | tree |
2012-03-13 |
Diederick Niehorster | removed VC6 files
|
commit | commitdiff | tree |
2012-03-13 |
Diederick Niehorster | Removed VS2008 and VS2010 files
|
commit | commitdiff | tree |
2012-03-13 |
Diederick Niehorster | found both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINA...
|
commit | commitdiff | tree |
2012-03-13 |
Diederick Niehorster | added a quick tut for using cmake, adapted from http...
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | moved glutTimerFunc in timer demo
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | added to CMake a setup to copy shared lib (MSVC only...
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | cleaneup \machine setting for MSVC, now only for 64bit...
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | .def and .rc file were appended to source list AFTER...
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | now only setting FREEGLUT_EXPORTS and FREEGLUT_STATIC...
|
commit | commitdiff | tree |
2012-03-12 |
Diederick Niehorster | now use unsigned __int64 for time type when on MSVC...
|
commit | commitdiff | tree |
2012-03-11 |
Diederick Niehorster | HAVE_ULONG_LONG now only defined when unsigned long...
|
commit | commitdiff | tree |
2012-03-11 |
Diederick Niehorster | Need for our XParseGeometry implementation now detected...
|
commit | commitdiff | tree |
2012-03-11 |
Diederick Niehorster | and some more renames
|
commit | commitdiff | tree |
2012-03-11 |
Diederick Niehorster | moved common files back to src root
|
commit | commitdiff | tree |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available
|
commit | commitdiff | tree |
2012-03-10 |
Diederick Niehorster | added not about soversion for those not knowledgable...
|
commit | commitdiff | tree |
2012-03-10 |
Diederick Niehorster | CMake updates:
|
commit | commitdiff | tree |
2012-03-10 |
Diederick Niehorster | in freeglut_init set gamemode defaults to -1 (no change...
|
commit | commitdiff | tree |
2012-03-10 |
Diederick Niehorster | moved some windows only code from common to windows...
|
commit | commitdiff | tree |
2012-03-10 |
Diederick Niehorster | XParseGeometry include now compiles with windows (VS2010...
|
commit | commitdiff | tree |
2012-03-08 |
Diederick Niehorster | updated resource file
|
commit | commitdiff | tree |
2012-03-08 |
Diederick Niehorster | just a bit of formatting, mostly to test out my SVN...
|
commit | commitdiff | tree |
|