summaryrefslogtreecommitdiff
path: root/transform.cc
AgeCommit message (Collapse)Author
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Make CSG tree dumps more readablekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@320 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-13Clifford Wolf:clifford
Fixed evaluation of rotate([]) git-svn-id: http://svn.clifford.at/openscad/trunk@271 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-09Clifford Wolf:clifford
Added mirror statement git-svn-id: http://svn.clifford.at/openscad/trunk@250 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07Clifford Wolf:clifford
Added color() statement git-svn-id: http://svn.clifford.at/openscad/trunk@227 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Fixed typos in classnameskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@220 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Tesselation magic: cgal 2d and 3d nefs have different constraints on the tesselation results git-svn-id: http://svn.clifford.at/openscad/trunk@217 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Added caching of messages along wioth synthesis products git-svn-id: http://svn.clifford.at/openscad/trunk@215 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-05Clifford Wolf:clifford
Added missing "N.dim != 0" checks as needed e.g. for "if (false);" child nodes (fixes bug reported by Andrew Plumb) git-svn-id: http://svn.clifford.at/openscad/trunk@204 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-05Clifford Wolf:clifford
New hack for 2d transformations: create DxfData, transform, tess to polyset, recreate nef git-svn-id: http://svn.clifford.at/openscad/trunk@203 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-04Clifford Wolf:clifford
Core 2d subsystem more or less finished git-svn-id: http://svn.clifford.at/openscad/trunk@200 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-04Clifford Wolf:clifford
Transforms of 2d objects are now working git-svn-id: http://svn.clifford.at/openscad/trunk@199 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-04Clifford Wolf:clifford
Progress in 2d transformation code git-svn-id: http://svn.clifford.at/openscad/trunk@198 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-29Clifford Wolf:clifford
Some progress with the 2d sub system git-svn-id: http://svn.clifford.at/openscad/trunk@188 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-27Clifford Wolf:clifford
Added CGAL Nef Polyhedron 2D/3D abstraction git-svn-id: http://svn.clifford.at/openscad/trunk@187 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-09Indentation fixeskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@152 b57f626f-c46c-0410-a088-ec61d464b74c
2009-10-14Clifford Wolf:clifford
Added paste viewport data functions Added xyz-rotate git-svn-id: http://svn.clifford.at/openscad/trunk@99 b57f626f-c46c-0410-a088-ec61d464b74c
2009-08-04Stefan Farthofer (aka meta/metaz):clifford
Renamed some enums to avoid collitions with windows.h defines git-svn-id: http://svn.clifford.at/openscad/trunk@86 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-28Clifford Wolf:clifford
Added dxf polyset caching git-svn-id: http://svn.clifford.at/openscad/trunk@83 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-24Clifford Wolf:clifford
Improved background and highlights rendering git-svn-id: http://svn.clifford.at/openscad/trunk@71 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-23Clifford Wolf:clifford
Added '%' for background stuff git-svn-id: http://svn.clifford.at/openscad/trunk@69 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-03Clifford Wolf:clifford
Added caching of cgal nef polyhydrons git-svn-id: http://svn.clifford.at/openscad/trunk@49 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-01Clifford Wolf:clifford
Support for hightlights git-svn-id: http://svn.clifford.at/openscad/trunk@45 b57f626f-c46c-0410-a088-ec61d464b74c
2009-07-01Clifford Wolf:clifford
Yet another redesign of the evaluation path git-svn-id: http://svn.clifford.at/openscad/trunk@44 b57f626f-c46c-0410-a088-ec61d464b74c
2009-06-30Clifford Wolf:clifford
Improved value handling Fixed math functions Improved control statements git-svn-id: http://svn.clifford.at/openscad/trunk@39 b57f626f-c46c-0410-a088-ec61d464b74c
2009-06-29Clifford Wolf:clifford
Restructured AST evaluation for control statements git-svn-id: http://svn.clifford.at/openscad/trunk@37 b57f626f-c46c-0410-a088-ec61d464b74c
2009-06-27Clifford Wolf:clifford
Many cleanups git-svn-id: http://svn.clifford.at/openscad/trunk@32 b57f626f-c46c-0410-a088-ec61d464b74c
2009-06-26Clifford Wolf:clifford
Transforms (scale, rotate, translate, multmatrix) Various matrix related fixes git-svn-id: http://svn.clifford.at/openscad/trunk@29 b57f626f-c46c-0410-a088-ec61d464b74c
2009-06-26Clifford Wolf:clifford
Some housekeeping.. git-svn-id: http://svn.clifford.at/openscad/trunk@28 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum