2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
blob | commitdiff |
2014-06-01 |
Sylvain Beucler | Unify GLES1 and GLES2 (libraries are compatible and... |
blob | commitdiff | diff to current |
2013-05-19 |
Sylvain Beucler | Make Android work again - adapt to recent changes and... |
blob | commitdiff | diff to current |
2013-04-01 |
Diederick Niehorster | implement setter for texture coord 2 (u,v) vertex attri... |
blob | commitdiff | diff to current |
2013-03-31 |
Diederick Niehorster | teapot now using vertex arrays or vertex attribute... |
blob | commitdiff | diff to current |
2013-03-21 |
Diederick Niehorster | wasn't using GLbooleans in this platform independent... |
blob | commitdiff | diff to current |
2013-03-19 |
Diederick Niehorster | note on use of gluint/glushort in fg_geometry |
blob | commitdiff | diff to current |
2013-03-16 |
Diederick Niehorster | small comment fix (this was not todo, we're not leaking... |
blob | commitdiff | diff to current |
2012-11-19 |
Diederick Niehorster | fixed normals of glutCone, thanks Ioannis! |
blob | commitdiff | diff to current |
2012-11-19 |
Diederick Niehorster | can now visualize normals of GLUT geometry in GL2 mode... |
blob | commitdiff | diff to current |
2012-11-18 |
Diederick Niehorster | can now also draw the normal vectors (seems very useful... |
blob | commitdiff | diff to current |
2012-11-18 |
Diederick Niehorster | wrote out the ipow function so its easier to mentally... |
blob | commitdiff | diff to current |
2012-05-21 |
Diederick Niehorster | no longer using sinf/cosfsqrtf in fg_geometry, no need... |
blob | commitdiff | diff to current |
2012-05-05 |
Diederick Niehorster | docs and cosmetics in fg_geometry, should be a finished... |
blob | commitdiff | diff to current |
2012-05-04 |
Sylvain Beucler | Add documentation for geometry (ML rip-off) and Android... |
blob | commitdiff | diff to current |
2012-05-02 |
Sylvain Beucler | Remove debugging left-over -_-' (thanks Dee) |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | fg_geometry: GL2 fixed: glDrawElements' indices is... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | fg_geometry: pass number of vertices to fgDrawWire... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | Detect sinf/cosf/sqrtf presence with CMake (instead... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | fg_geometry: remove GLES-specific #ifdefs (in code... |
blob | commitdiff | diff to current |
2012-04-29 |
Diederick Niehorster | drawing code for solid and wired now shared for all... |
blob | commitdiff | diff to current |
2012-04-28 |
Diederick Niehorster | cleanup |
blob | commitdiff | diff to current |
2012-04-28 |
Diederick Niehorster | torus ported. All shapes drawn with glDrawArrays and... |
blob | commitdiff | diff to current |
2012-04-28 |
Diederick Niehorster | less repetition of vertices for triangle strip |
blob | commitdiff | diff to current |
2012-04-28 |
Diederick Niehorster | Wire Torus now ported |
blob | commitdiff | diff to current |
2012-04-28 |
Diederick Niehorster | porting torus: split off vertex generation |
blob | commitdiff | diff to current |
2012-04-22 |
Diederick Niehorster | one more small cleanup |
blob | commitdiff | diff to current |
2012-04-22 |
Diederick Niehorster | cylinder also ported |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Eventually tracked down nasty Android bug |
blob | commitdiff | diff to current |
2012-04-21 |
Diederick Niehorster | glutCones now refreshed too |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | fg_geometry: really uninitialized variables |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Really fix tabs->space |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Really fix tabs->space (Dee's replacement was assuming... |
blob | commitdiff | diff to current |
2012-04-20 |
Diederick Niehorster | solid sphere now done with only triangle strips. |
blob | commitdiff | diff to current |
2012-04-20 |
Diederick Niehorster | converted all tabs to spaces, hate if they are mixed... |
blob | commitdiff | diff to current |
2012-04-07 |
John F. Fay | Removing the build errors from MSVC 6.0 version |
blob | commitdiff | diff to current |
2012-04-01 |
John F. Fay | Removing the build errors and a build warning that... |
blob | commitdiff | diff to current |
2012-04-01 |
Sylvain Beucler | A few more stubs for Android |
blob | commitdiff | diff to current |
2012-04-01 |
Sylvain Beucler | Fix OpenGL 2.0 declarations so code builds on Windows... |
blob | commitdiff | diff to current |
2012-03-31 |
Sylvain Beucler | Fix previous commit, I made a confusion when merging... |
blob | commitdiff | diff to current |
2012-03-31 |
Sylvain Beucler | fg_geometry: add OpenGL 2.0 version fghDrawGeometryWire... |
blob | commitdiff | diff to current |
2012-03-31 |
Sylvain Beucler | fg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT... |
blob | commitdiff | diff to current |
2012-03-30 |
Diederick Niehorster | added todo |
blob | commitdiff | diff to current |
2012-03-25 |
Diederick Niehorster | bit of preparation for porting cone and cylinder: yes... |
blob | commitdiff | diff to current |
2012-03-25 |
Diederick Niehorster | ported sphere. Drawing code is still in the sphere... |
blob | commitdiff | diff to current |
2012-03-25 |
Diederick Niehorster | correcting a few typos i made earlier in the comments |
blob | commitdiff | diff to current |
2012-03-24 |
Sylvain Beucler | fg_geometry: test indices presence with vertIdxs!=NULL... |
blob | commitdiff | diff to current |
2012-03-24 |
Sylvain Beucler | fg_geometry: |
blob | commitdiff | diff to current |
2012-03-24 |
Sylvain Beucler | fg_geometry: add a couple comments |
blob | commitdiff | diff to current |
2012-03-23 |
Sylvain Beucler | - Document what works with GLES1 and GLES2 as of now |
blob | commitdiff | diff to current |
2012-03-21 |
Diederick Niehorster | internally in fg_geometry, GLfloat used everywhere |
blob | commitdiff | diff to current |
2012-03-18 |
Sylvain Beucler | Remove left-over printf |
blob | commitdiff | diff to current |
2012-03-18 |
Diederick Niehorster | All doubles now GLdoubles (important for GLES later) |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | got rid of edgeflags as I now draw all wire frames... |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | that definition is FREEGLUT_GLES1, not FREEGLUT_GLES |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | little bit of cleanup |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | oops, that was a bit sloppy. Also added a missing free |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | check for every malloc call if memory was allocated... |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | Need to also set glDisable(GL_CULL_FACE) when drawing... |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | Done dodecahedron. Nice, this just worked! |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | removing some debug code |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | was still trying to draw RhombicDodecahedron as GL_QUAD... |
blob | commitdiff | diff to current |
2012-03-17 |
Diederick Niehorster | implemented scheme for automatic square and pentagon... |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | cube now done with triangles, internal edges on each... |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | RhombicDodecahedron moved to glVertexPointer |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | icosahedron also done |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | made some macros to reduce code duplication |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | octahedron also done |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | dSize parameter of Cube now works correctly again |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | now using one function to generate geometry from the... |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | got one fo the cube's normals wrong |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | array size second dim is simply 3... |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | I have these nice variables indicating whether the... |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | Cube also moved to glDrawElements |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | also did Sierpinski sponge |
blob | commitdiff | diff to current |
2012-03-16 |
Diederick Niehorster | initial start at rewrite of fg_geometry functions,... |
blob | commitdiff | diff to current |
2012-03-11 |
Diederick Niehorster | moved common files back to src root |
blob | commitdiff | diff to current |
|