fix crash when calling primitive drawing functions without creating a window (bug...
[freeglut] / src / fg_geometry.c
2021-12-22 John Tsiombikasfix crash when calling primitive drawing functions...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2013-05-19 Sylvain BeuclerMake Android work again - adapt to recent changes and...
2013-04-01 Diederick Niehorsterimplement setter for texture coord 2 (u,v) vertex attri...
2013-03-31 Diederick Niehorsterteapot now using vertex arrays or vertex attribute...
2013-03-21 Diederick Niehorsterwasn't using GLbooleans in this platform independent...
2013-03-19 Diederick Niehorsternote on use of gluint/glushort in fg_geometry
2013-03-16 Diederick Niehorstersmall comment fix (this was not todo, we're not leaking...
2012-11-19 Diederick Niehorsterfixed normals of glutCone, thanks Ioannis!
2012-11-19 Diederick Niehorstercan now visualize normals of GLUT geometry in GL2 mode...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-11-18 Diederick Niehorsterwrote out the ipow function so its easier to mentally...
2012-05-21 Diederick Niehorsterno longer using sinf/cosfsqrtf in fg_geometry, no need...
2012-05-05 Diederick Niehorsterdocs and cosmetics in fg_geometry, should be a finished...
2012-05-04 Sylvain BeuclerAdd documentation for geometry (ML rip-off) and Android...
2012-05-02 Sylvain BeuclerRemove debugging left-over -_-' (thanks Dee)
2012-05-01 Sylvain Beuclerfg_geometry: GL2 fixed: glDrawElements' indices is...
2012-05-01 Sylvain Beuclerfg_geometry: pass number of vertices to fgDrawWire...
2012-05-01 Sylvain BeuclerDetect sinf/cosf/sqrtf presence with CMake (instead...
2012-05-01 Sylvain Beuclerfg_geometry: remove GLES-specific #ifdefs (in code...
2012-04-29 Diederick Niehorsterdrawing code for solid and wired now shared for all...
2012-04-28 Diederick Niehorstercleanup
2012-04-28 Diederick Niehorstertorus ported. All shapes drawn with glDrawArrays and...
2012-04-28 Diederick Niehorsterless repetition of vertices for triangle strip
2012-04-28 Diederick NiehorsterWire Torus now ported
2012-04-28 Diederick Niehorsterporting torus: split off vertex generation
2012-04-22 Diederick Niehorsterone more small cleanup
2012-04-22 Diederick Niehorstercylinder also ported
2012-04-21 Sylvain BeuclerEventually tracked down nasty Android bug
2012-04-21 Diederick NiehorsterglutCones now refreshed too
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-21 Sylvain Beuclerfg_geometry: really uninitialized variables
2012-04-21 Sylvain BeuclerReally fix tabs->space
2012-04-21 Sylvain BeuclerReally fix tabs->space (Dee's replacement was assuming...
2012-04-20 Diederick Niehorstersolid sphere now done with only triangle strips.
2012-04-20 Diederick Niehorsterconverted all tabs to spaces, hate if they are mixed...
2012-04-07 John F. FayRemoving the build errors from MSVC 6.0 version
2012-04-01 John F. FayRemoving the build errors and a build warning that...
2012-04-01 Sylvain BeuclerA few more stubs for Android
2012-04-01 Sylvain BeuclerFix OpenGL 2.0 declarations so code builds on Windows...
2012-03-31 Sylvain BeuclerFix previous commit, I made a confusion when merging...
2012-03-31 Sylvain Beuclerfg_geometry: add OpenGL 2.0 version fghDrawGeometryWire...
2012-03-31 Sylvain Beuclerfg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT...
2012-03-30 Diederick Niehorsteradded todo
2012-03-25 Diederick Niehorsterbit of preparation for porting cone and cylinder: yes...
2012-03-25 Diederick Niehorsterported sphere. Drawing code is still in the sphere...
2012-03-25 Diederick Niehorstercorrecting a few typos i made earlier in the comments
2012-03-24 Sylvain Beuclerfg_geometry: test indices presence with vertIdxs!=NULL...
2012-03-24 Sylvain Beuclerfg_geometry:
2012-03-24 Sylvain Beuclerfg_geometry: add a couple comments
2012-03-23 Sylvain Beucler- Document what works with GLES1 and GLES2 as of now
2012-03-21 Diederick Niehorsterinternally in fg_geometry, GLfloat used everywhere
2012-03-18 Sylvain BeuclerRemove left-over printf
2012-03-18 Diederick NiehorsterAll doubles now GLdoubles (important for GLES later)
2012-03-17 Diederick Niehorstergot rid of edgeflags as I now draw all wire frames...
2012-03-17 Diederick Niehorsterthat definition is FREEGLUT_GLES1, not FREEGLUT_GLES
2012-03-17 Diederick Niehorsterlittle bit of cleanup
2012-03-17 Diederick Niehorsteroops, that was a bit sloppy. Also added a missing free
2012-03-17 Diederick Niehorstercheck for every malloc call if memory was allocated...
2012-03-17 Diederick NiehorsterNeed to also set glDisable(GL_CULL_FACE) when drawing...
2012-03-17 Diederick NiehorsterDone dodecahedron. Nice, this just worked!
2012-03-17 Diederick Niehorsterremoving some debug code
2012-03-17 Diederick Niehorsterwas still trying to draw RhombicDodecahedron as GL_QUAD...
2012-03-17 Diederick Niehorsterimplemented scheme for automatic square and pentagon...
2012-03-16 Diederick Niehorstercube now done with triangles, internal edges on each...
2012-03-16 Diederick NiehorsterRhombicDodecahedron moved to glVertexPointer
2012-03-16 Diederick Niehorstericosahedron also done
2012-03-16 Diederick Niehorstermade some macros to reduce code duplication
2012-03-16 Diederick Niehorsteroctahedron also done
2012-03-16 Diederick NiehorsterdSize parameter of Cube now works correctly again
2012-03-16 Diederick Niehorsternow using one function to generate geometry from the...
2012-03-16 Diederick Niehorstergot one fo the cube's normals wrong
2012-03-16 Diederick Niehorsterarray size second dim is simply 3...
2012-03-16 Diederick NiehorsterI have these nice variables indicating whether the...
2012-03-16 Diederick NiehorsterCube also moved to glDrawElements
2012-03-16 Diederick Niehorsteralso did Sierpinski sponge
2012-03-16 Diederick Niehorsterinitial start at rewrite of fg_geometry functions,...
2012-03-11 Diederick Niehorstermoved common files back to src root