BradWBeer / clinch

Common Lisp 3D/2D Graphics Engine for OpenGL
Other
269 stars 24 forks source link

Add create-quad-for-image #97

Closed BradWBeer closed 8 years ago

BradWBeer commented 8 years ago

Add a function to create a quad from a path. I should also make it a method so it can take a texture, path or animation.

BradWBeer commented 8 years ago

Done. Works well and tested. Created convenience function to load a texture and create a quad for it.