Commit graph

16 commits

Author SHA1 Message Date
Théophile Bastian 3bf61a7409 Enhance slightly the scene (floor + background) 2018-02-14 11:43:49 +01:00
Rémi Oudin d484a18da5 Add some structure for the ground. 2018-02-13 22:49:30 +01:00
Théophile Bastian 640f801441 Add bounce as a Makefile target 2018-02-13 16:42:24 +01:00
Théophile Bastian ab0cac72c3 Make Makefile not recompile everything 2018-02-13 16:41:30 +01:00
Théophile Bastian 36bc8e1b5c Use normals for implicit surfaces 2018-02-13 16:41:30 +01:00
Théophile Bastian df865a3b48 Merge branch 'master' into bounce 2018-02-12 18:45:35 +01:00
Théophile Bastian a1cc442885 First observed bounce 2018-02-12 18:40:05 +01:00
Rémi Oudin 588ff14b33 Update makefile for Perlin Noise 2018-02-12 17:40:21 +01:00
Rémi Oudin d600f51a3a Update makefile with my .o files 2018-02-12 01:27:16 +01:00
Théophile Bastian 52ca47cde6 Marching: add test implicit surface and main
The test surface is the sphere TestImplicitSphere
2018-02-11 20:23:21 +01:00
Théophile Bastian 8d11d49b81 Marching: add compilation process
Also fix minor bugs
2018-02-11 18:34:00 +01:00
Théophile Bastian 8b98f373bc Add a context to implement marching cubes 2018-02-07 18:00:48 +01:00
Théophile Bastian 7e3df70df6 Fix compilation process 2018-02-06 19:09:02 +01:00
Théophile Bastian 4d944d0e75 Add basic main for a glut visualization 2018-01-28 23:05:31 +01:00
Théophile Bastian 6c55d262ed Add parser for obj mesh format 2018-01-28 23:04:26 +01:00
Théophile Bastian 1375560cb4 Add first version of a Makefile 2018-01-28 23:03:11 +01:00