diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-03 17:41:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-03 17:41:37 (GMT) |
commit | bacaa2b1b916f7672e2b971337232caef9cb22a2 (patch) | |
tree | 600980169762db7de33d29767fc0b7470000aeec /src/export_png.cc | |
parent | 2b2dc7a078e92193f0d27d901d3a1b4af9f5a1d9 (diff) |
fix bugs in testing
Diffstat (limited to 'src/export_png.cc')
-rw-r--r-- | src/export_png.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export_png.cc b/src/export_png.cc index a8c7620..f185e3d 100644 --- a/src/export_png.cc +++ b/src/export_png.cc @@ -78,6 +78,7 @@ void export_png_with_opencsg(Tree &tree, Camera &cam, std::ostream &output) OpenCSGRenderer opencsgRenderer(csgInfo.root_chain, csgInfo.highlights_chain, csgInfo.background_chain, csgInfo.glview->shaderinfo); if (cam.type == Camera::NONE) { + cam.type = Camera::VECTOR; cam.center << 0,0,0; double radius = 1.0; if (csgInfo.root_chain) { |