reprap: c3 stl loader
authorMichel Pollet <buserror@gmail.com>
Mon, 21 May 2012 13:23:06 +0000 (14:23 +0100)
committerMichel Pollet <buserror@gmail.com>
Mon, 21 May 2012 13:23:06 +0000 (14:23 +0100)
commit561f3a68aa080ae9f53ea8cb5a1a0ed03ee04dbe
tree8f0417dcb7939461e2c7d9da5e6362fe0a6a4747
parent144466480c0d5f19b95db412a919004641d5d4be
reprap: c3 stl loader

Quick'n Dirty STL file loader, and added a small model doe the nozzle.

Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/board_reprap/gfx/buserror-nozzle-model.stl [new file with mode: 0644]
examples/board_reprap/gfx/hb.jpg [new file with mode: 0644]
examples/board_reprap/src/c3/c3geometry.h
examples/board_reprap/src/c3/c3stl.c [new file with mode: 0644]
examples/board_reprap/src/c3/c3stl.h [new file with mode: 0644]
examples/board_reprap/src/c3/c3texture.h
examples/board_reprap/src/reprap_gl.c