summaryrefslogtreecommitdiff
path: root/src/OpenCSGRenderer.cc
AgeCommit message (Collapse)Author
2011-12-25Color overriding now works. The outermost color will win if multiple colors ↵Marius Kintel
are specified for the same object
2011-12-11Some small refactoring of color handling to support using the color() module ↵Marius Kintel
to change only alpha
2011-12-04Killed some warningsMarius Kintel
2011-10-04Rewrote some hard to read linear algebra code to use EigenMarius Kintel
2011-09-30Cleaned up some unnecessary includesMarius Kintel
2011-09-11Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵Marius Kintel
manage memory
2011-09-08Killed some warningsMarius Kintel
2011-09-02disable setting alpha without colorMarius Kintel
2011-09-02Refactoring: Moved color functionality into separate module and nodeMarius Kintel
2011-08-05Started on getBoundingBox functionality, refactored some vector code as part ↵Marius Kintel
of this initiative
2011-08-04Merge branch 'master' into visitorMarius Kintel
Conflicts: src/OpenCSGRenderer.cc src/csgops.cc src/mainwin.cc src/polyset.cc src/projection.cc
2011-08-03fix broken build on systems that use case sensitive filenames (linux)Don Bright
contact: Jan Huwald // Impressum