Age | Commit message (Expand) | Author |
2013-09-15 | fix issue with gcc 4.4.5. pointer to renderer in export_png segfaulted | don bright |
2013-09-13 | little tweaks, cleanups, tab fixing, eliminating comments | Don Bright |
2013-09-12 | remove redundant code | Don Bright |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright |
2013-03-04 | cleanup tab spacing | don bright |
2013-03-04 | cleanups | don bright |
2013-03-03 | add imgsize cmdline parameter for png output | don bright |
2013-03-03 | fix bugs in testing | don bright |
2013-03-03 | make Camera into single class, simplify code | don bright |
2013-03-03 | remove boost::variant stuff. trim code. add 'vector cam' cmdline option | don bright |
2013-03-03 | move csg chain prep code to CsgInfo.h, move defaults to rendersettings.h | don bright |
2013-02-27 | rework Camera using boost::variant. first working --gimbalcam version | don bright |
2013-02-26 | fix bug - if camera is null, then dont use it. (was backwards) | don bright |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | don bright |
2013-02-25 | first working version of opencsg png export from gui binary | don bright |
2013-02-25 | split out axes functions. begin to split out opencsg pre-rendering | don bright |
2013-02-23 | create GLView as parent of OffscreenView and QGLView. combine setRenderer() | don bright |
2013-02-21 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2013-02-01 | give clear message that OpenCSG png export is not implemented yet | don bright |
2013-01-31 | test guicgalpngtest against cgalpngtest images. cleanup debugging stuff | don bright |
2013-01-31 | move 'delete root_node' where it was before merging master. cleanup | don bright |
2013-01-26 | integrate gui cmdline into test framework | don bright |
2013-01-26 | refactor to reduce duplicate code. enable ostream save from OffscreenView | don bright |
2013-01-26 | undo experiment with object orientation | don bright |
2013-01-24 | stubs to enable passing ostream to png-writing functions | don bright |
2013-01-24 | fix bounding box function definition errors | don bright |
2013-01-24 | move bounding box helper functions to linalg. put bbox code in export_png | don bright |
2013-01-24 | move png export to sep file to make compilation time bearable. expand stubs. | don bright |