Convert writer_png to C++; add Writer class; add PNGWriter class
This commit is contained in:
parent
568e3f4c55
commit
5d8a940f30
4 changed files with 58 additions and 26 deletions
|
@ -9,6 +9,7 @@ files = Split("""
|
|||
object.cc
|
||||
object_sphere.cc
|
||||
scene.cc
|
||||
writer_png.cc
|
||||
""")
|
||||
|
||||
lib = env.Library('charles', files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue