Convert writer_png to C++; add Writer class; add PNGWriter class

This commit is contained in:
Eryn Wells 2013-09-10 21:01:29 -07:00
parent 568e3f4c55
commit 5d8a940f30
4 changed files with 58 additions and 26 deletions

View file

@ -9,6 +9,7 @@ files = Split("""
object.cc
object_sphere.cc
scene.cc
writer_png.cc
""")
lib = env.Library('charles', files)