Commit Graph

2690 Commits (80457c9c4675568fb8fd763648576409f97b4b16)

Author SHA1 Message Date
don bright 80457c9c46 older gcc doesn't know about __builtin_bswap32 2013-03-03 21:16:27 -06:00
don bright 52f0071958 render settings wrong syntax 2013-03-03 20:24:24 -06:00
don bright 94d4acf765 cleanup tab spacing 2013-03-03 20:23:03 -06:00
don bright 689fdad0ac move FAR_FAR_AWAY (gl clipping limit) to rendersettings 2013-03-03 20:08:04 -06:00
don bright 50fcfe63c9 update documentation 2013-03-03 19:59:27 -06:00
don bright 42ca2151b1 cleanups 2013-03-03 19:47:07 -06:00
don bright daf695b089 update doc 2013-03-03 18:10:12 -06:00
don bright 2d64fbcf3d update man page. change == in shell script to = 2013-03-03 17:58:25 -06:00
don bright c92d9bde92 update manpage 2013-03-03 17:28:12 -06:00
don bright 9c287dc317 Merge branch 'master' of github.com:openscad/openscad into issue11_2 2013-03-03 17:10:09 -06:00
don bright 95bb1128fa make xvfb test message not spill over the edge of the screen 2013-03-03 20:52:44 +01:00
don bright 58de93af95 add --projection=ortho|perspective option to cmdline 2013-03-03 13:48:23 -06:00
don bright 3f345b9361 begin to make offscreen opencsg compile look like the one in mainwin.cc 2013-03-03 13:12:37 -06:00
don bright 03de7fce81 try to fix gimbal camera view on Offscreen mode 2013-03-03 12:50:32 -06:00
don bright 653cb36ce8 fix bug in --imgsize 2013-03-03 12:40:08 -06:00
don bright d7b07893df simplify camera parameters down to --camera 2013-03-03 12:30:04 -06:00
don bright f190b9605c add imgsize cmdline parameter for png output 2013-03-03 12:20:18 -06:00
don bright 9f5c6133bf update manpage 2013-03-03 11:54:34 -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
Marius Kintel 422c668dcb OpenCSG is now in MacPorts 2013-03-02 22:39:33 +07:00
Marius Kintel 0498ebbef7 Sparkle build tweak 2013-03-02 22:39:13 +07:00
Marius Kintel c56d8c1e3a Uncatchable CGAL assertion exception 2013-03-02 22:28:58 +07:00
don bright eb1f73de03 add Camera.h per bug rept from Marius Kintel 2013-03-01 18:41:50 -06:00
Marius Kintel 5b76c4c767 Merge pull request #285 from thinkyhead/master
check-configuration.sh on OS X
2013-03-01 04:56:58 -08:00
don bright 06fd9e2798 cleanup commented-out 2013-02-27 00:50:33 -06:00
don bright 13b0fe4b3f rework Camera using boost::variant. first working --gimbalcam version 2013-02-27 00:37:37 -06:00
Scott Lahteine e18148be25 Fix testing of /opt/local, move /usr/local to the front of the list, and break on first found. Check for Sparkle on Darwin 2013-02-25 23:05:51 -08: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 f60ece7864 fix bugs for test compile 2013-02-26 05:55:07 +01:00
don bright 50489c4287 begin to implement --viewport option, by adding Camera class + children 2013-02-25 22:32:57 -06:00
don bright 86e017ee9a clearer documentation 2013-02-24 22:08:12 -06:00
don bright 698ad0de2c update doc to list opencsg png output from cmdline 2013-02-24 21:31:41 -06:00
don bright 3c9ea0e0b2 don't write wiki files by default. everything is in a single .html
use --wiki and/or --wiki-upload if you still want wiki output
2013-02-24 21:20:11 -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 eb2c0d38f2 unify intializeGL(), remove duplicate code 2013-02-24 14:31:03 -06:00
don bright 76c5d5b55c merge enable_opencsg_shaders into GLView, remove duplicate code
from QGLView and OffscreenView
2013-02-24 12:33:11 -06:00
don bright 707118ce94 move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning
also update docs, and try to make enable_opencsg_shaders the same between
qgl and offscreengl
2013-02-24 11:21:45 -06:00
don bright 91896e0d96 tweaks for mergeing master 2013-02-23 21:55:16 -06:00
don bright ca41979ee5 Merge branch 'master' of github.com:openscad/openscad into issue11_2
Conflicts:
	RELEASE_NOTES
	openscad.pro
	src/mainwin.cc
2013-02-23 21:54:53 -06:00
don bright eff1628335 continue merging enable_opencsg_shaders 2013-02-23 21:33:28 -06:00
don bright 958657eb26 merge opencsg_shader code from Qt version into Offscreen (OpenCSG detection) 2013-02-23 21:14:07 -06:00
don bright ce2a9a8cb5 move enable_opencsg_shaders from csgtestcore to OffscreenView.cc 2013-02-23 20:54:13 -06:00
don bright 386df69c0f consolidate resizeGL() 2013-02-23 19:58:06 -06:00
don bright f07c6b2cb6 remove unnecessary size command to openglbox 2013-02-23 19:20:29 -06:00
don bright bebc7a3734 finish unify camera. unify getRenderInfo. fix width on libraryinfo box. 2013-02-23 19:19:33 -06:00
don bright 0f977609b4 put qglview.h into mainwin for deps. unify camera functions into glview.
remove duplicate code.
2013-02-23 18:50:20 -06:00