2012-07-20 |
Diederick Niehorster | need to check for NULL as well....
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | removed SetFocus that was added to WM_MOUSEMOVE to...
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | it was in 2003 that his compiler didn't recognize this...
|
commit | commitdiff | tree |
2012-06-18 |
Diederick Niehorster | cannot use //-style comments in shader source, doesn...
|
commit | commitdiff | tree |
2012-06-15 |
Diederick Niehorster | added bunch of error checks to shapes demo
|
commit | commitdiff | tree |
2012-06-15 |
Diederick Niehorster | as per Ioannis Petikas' suggestion on the mailing list...
|
commit | commitdiff | tree |
2012-06-12 |
Diederick Niehorster | bit of documentation
|
commit | commitdiff | tree |
2012-06-09 |
Diederick Niehorster | shapes demo can now test shader based drawing as well...
|
commit | commitdiff | tree |
2012-06-08 |
Diederick Niehorster | fixed warnings
|
commit | commitdiff | tree |
2012-06-07 |
Diederick Niehorster | added d suffix for debug builds of demos as well, MSVC...
|
commit | commitdiff | tree |
2012-05-25 |
Diederick Niehorster | spaceball demo is only meaningful on unix, don't build...
|
commit | commitdiff | tree |
2012-05-25 |
Diederick Niehorster | on windows+MSVC, debug builds of the library now have...
|
commit | commitdiff | tree |
2012-05-24 |
Diederick Niehorster | note about teapot rendering, front facing polygons...
|
commit | commitdiff | tree |
2012-05-21 |
Diederick Niehorster | fixed C++ code in multi-touch demo (thanks Geoff McLane!)
|
commit | commitdiff | tree |
2012-05-21 |
Diederick Niehorster | no longer using sinf/cosfsqrtf in fg_geometry, no need...
|
commit | commitdiff | tree |
2012-05-05 |
Diederick Niehorster | docs and cosmetics in fg_geometry, should be a finished...
|
commit | commitdiff | tree |
2012-05-05 |
Diederick Niehorster | slight formatting in CMake file, just cosmetic
|
commit | commitdiff | tree |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instead...
|
commit | commitdiff | tree |
2012-04-29 |
Diederick Niehorster | drawing code for solid and wired now shared for all...
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | cleanup
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | torus ported. All shapes drawn with glDrawArrays and...
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | less repetition of vertices for triangle strip
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | Wire Torus now ported
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | porting torus: split off vertex generation
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | added 'r' toggle to shapes demo to also animate rotation...
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | one more small cleanup
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | cylinder also ported
|
commit | commitdiff | tree |
2012-04-21 |
Diederick Niehorster | glutCones now refreshed too
|
commit | commitdiff | tree |
2012-04-20 |
Diederick Niehorster | solid sphere now done with only triangle strips.
|
commit | commitdiff | tree |
2012-04-20 |
Diederick Niehorster | converted all tabs to spaces, hate if they are mixed...
|
commit | commitdiff | tree |
2012-03-30 |
Diederick Niehorster | added todo
|
commit | commitdiff | tree |
2012-03-25 |
Diederick Niehorster | bit of preparation for porting cone and cylinder: yes...
|
commit | commitdiff | tree |
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 |
|