projects
/
freeglut
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
typo
[freeglut]
/
src
/
fg_geometry.c
2012-04-21
Sylvain Beucler
Eventually tracked down nasty Android bug
blob
|
commitdiff
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