Commit Graph

28 Commits (0c2f2b074923c097b15e25f91756c3aa39cbe1bb)

Author SHA1 Message Date
don bright a36b5f740a fix issue with gcc 4.4.5. pointer to renderer in export_png segfaulted
worked fine in clang
2013-09-15 08:04:43 +02:00
Don Bright 30fd8b250a little tweaks, cleanups, tab fixing, eliminating comments 2013-09-12 20:03:27 -05:00
Don Bright 4e1b1900ed remove redundant code 2013-09-12 00:42:38 -05:00
Don Bright 6af6c311a1 cmdline throwntogether, integrate w chrysn tests, update resize tests 2013-09-12 00:17:17 -05:00
don bright 94d4acf765 cleanup tab spacing 2013-03-03 20:23:03 -06:00
don bright 42ca2151b1 cleanups 2013-03-03 19:47:07 -06:00
don bright f190b9605c add imgsize cmdline parameter for png output 2013-03-03 12:20:18 -06:00
don bright bacaa2b1b9 fix bugs in testing 2013-03-03 18:41:37 +01:00
don bright 2b2dc7a078 make Camera into single class, simplify code 2013-03-03 10:52:25 -06:00
don bright bfae32fe99 remove boost::variant stuff. trim code. add 'vector cam' cmdline option 2013-03-03 10:11:56 -06:00
don bright 0f6b76cf21 move csg chain prep code to CsgInfo.h, move defaults to rendersettings.h 2013-03-03 09:22:36 -06:00
don bright 13b0fe4b3f rework Camera using boost::variant. first working --gimbalcam version 2013-02-27 00:37:37 -06:00
don bright c84b0d2184 fix bug - if camera is null, then dont use it. (was backwards) 2013-02-25 23:10:43 -06:00
don bright 50489c4287 begin to implement --viewport option, by adding Camera class + children 2013-02-25 22:32:57 -06:00
don bright 9896b6f15e first working version of opencsg png export from gui binary
also guiopencsgtest introduced. passes 100% of 'normal' tests
2013-02-24 21:07:37 -06:00
don bright 8738cdc034 split out axes functions. begin to split out opencsg pre-rendering 2013-02-24 19:04:50 -06:00
don bright 5389107aa6 create GLView as parent of OffscreenView and QGLView. combine setRenderer() 2013-02-23 15:34:06 -06:00
don bright fc2d9341fa begin process of unifying GLView and OffscreenView. renames, objrot, objtran 2013-02-20 19:56:30 -06:00
don bright f8ebf1c963 give clear message that OpenCSG png export is not implemented yet 2013-02-01 02:24:02 +01:00
don bright e8a9df55cf test guicgalpngtest against cgalpngtest images. cleanup debugging stuff 2013-01-31 05:00:22 +01:00
don bright 44bb37fdee move 'delete root_node' where it was before merging master. cleanup 2013-01-31 04:26:53 +01:00
don bright 391c725aeb integrate gui cmdline into test framework 2013-01-26 18:55:47 +01:00
don bright af4333a669 refactor to reduce duplicate code. enable ostream save from OffscreenView 2013-01-26 07:09:37 +01:00
don bright c116a0849c undo experiment with object orientation 2013-01-26 01:36:55 +01:00
don bright e80d847e3d stubs to enable passing ostream to png-writing functions 2013-01-24 06:05:15 +01:00
don bright d847039c96 fix bounding box function definition errors 2013-01-24 04:57:55 +01:00
don bright a563c84bcf move bounding box helper functions to linalg. put bbox code in export_png 2013-01-24 04:49:16 +01:00
don bright 2d59f7acf6 move png export to sep file to make compilation time bearable. expand stubs. 2013-01-24 04:35:04 +01:00