Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #258
|
|
|
|
1. finish converting 'using namespace boost::filsystem' to 'namespace fs = boost::filesystem'.
2. initial version of changes to CMakelists.txt for the regression test
|
|
1. enable eigen3 in qmake build system
2. convert Transform3d and cwise() per the eigen2->eigen3 porting faq online
3. get rid of 'using namespace boost::filesystem' as it conflicts with eigen3
|
|
|
|
|
|
memory footprint and improve performance
|
|
|
|
reading binary STL files reported by nop head
|
|
|
|
that will use wchar under Windows
|
|
|
|
|
|
|
|
|
|
dumptest_import_dxf-tests
|
|
|
|
|
|
|
|
|
|
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator
|
|
|
|
|
|
typed import_*() ones
|
|
|
|
|
|
|
|
|
|
PolySetCGALEvaluator
|
|
of this initiative
|
|
Conflicts:
src/GLView.h
src/glview.cc
src/mainwin.cc
src/render-opencsg.cc
|
|
|
|
Conflicts:
openscad.pro
|
|
|
|
|
|
|
|
OpenCSG mode
|
|
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c
|
|
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
|
|
the rtti name
|
|
|
|
o mk_cache_id() obsoleted by removing the node index from the dump
o node index output removed from each node and make optional in NodeDumper
o The visitors are no longer global, but associated with a tree
o Added Tree class to manage node trees and the (now implicit) dump cache
o Moved PolySet cache into PolySetRenderer
|
|
|
|
|
|
|
|
|