Commit Graph

41 Commits (gh-pages)

Author SHA1 Message Date
Denis Knauf 5a6b976506 csg: size instead radius possible. openjscad,simple.html: use <base> 2012-03-19 23:24:29 +01:00
Denis Knauf a91c07c68d simple.html: zoom-buttons in header (+,-), auto-resize-code-textfield, UI-class. openjscad.js: mousewheel-zoom 2012-03-18 09:53:05 +01:00
Denis Knauf 47955a0b3d Math.uuid.js added. openjscad: it loads csd and itself via xhr. the relative path is wrong in simple.html, because simple.html/filename -> simple.html/csd.js. openjscad loads ../csd.js and ../openjscad.js now. but in index.html and the other demos wont work now. 2012-03-17 22:59:19 +01:00
Denis Knauf 6bb529834f jquery, coffeescript added. simple.html for a simple editor, which should look and work like openscad. 2012-03-17 20:42:33 +01:00
Joost Nieuwenhuijse c6a95b7de4 Added Grille demo 2012-03-03 13:00:38 +01:00
Joost Nieuwenhuijse cd14082786 Hook demo updated 2012-02-23 09:48:13 +01:00
Joost Nieuwenhuijse 07475364a6 Improved tesselation and speed for expand() and contract() 2012-02-22 13:30:59 +01:00
Joost Nieuwenhuijse 471b99d5ba minor bug fixes, added note about OpenJsCad.log() 2012-02-21 17:11:29 +01:00
Joost Nieuwenhuijse e2a146af4e Changed Vector3D to _x, _y, _z properties with getters 2012-02-21 16:41:39 +01:00
Joost Nieuwenhuijse 998abea367 using Float64Array for vector3D, but this turns out to be too slow 2012-02-21 16:30:21 +01:00
Joost Nieuwenhuijse e91a2f9de3 speed optimizations 2012-02-21 15:42:27 +01:00
Joost Nieuwenhuijse 533322a827 Speed optimizations 2012-02-21 14:50:48 +01:00
Joost Nieuwenhuijse 54787e2ed6 Speed optimizations, added OpenJsCad.log() function 2012-02-21 14:00:04 +01:00
Joost Nieuwenhuijse fcefd5a257 Added servo motor demo 2012-02-16 18:13:55 +01:00
Joost Nieuwenhuijse fb5cf38207 Now allows STL download on Firefox as well; better error reporting if browser lacks WebGL support 2012-02-16 14:21:11 +01:00
Joost Nieuwenhuijse 8c3aaac16d text change 2012-02-16 13:27:29 +01:00
Joost Nieuwenhuijse 5f147dee59 Speed optimizations, added setColor() method, added math documentation 2012-02-16 13:22:56 +01:00
Joost Nieuwenhuijse 858a40bb41 Added parametric S hook demo 2012-02-15 15:09:10 +01:00
Joost Nieuwenhuijse b059ed958a Added support for 2D paths 2012-02-15 14:58:16 +01:00
Joost Nieuwenhuijse 1b96f7ba6b text edits 2012-02-14 18:17:19 +01:00
Joost Nieuwenhuijse 3544b92a1a User editable parameters; debugging support; gears demo 2012-02-14 18:04:17 +01:00
Joost Nieuwenhuijse 1b89514039 tiny bug fix 2012-02-13 18:24:37 +01:00
Joost Nieuwenhuijse 29f3ccf3d1 tiny bug fix 2012-02-13 18:22:22 +01:00
Joost Nieuwenhuijse 8b51bd6b68 Now uses FileSystem API for downloading the STL file 2012-02-13 18:19:37 +01:00
Joost Nieuwenhuijse 3b4e1fd1a6 CSG construction must now be done in a main() function instead of in global scope; Added CSG properties and connectors; file processing is now done in the background (Web Workers); STL file is now downloaded instead of copied from a text area 2012-02-13 15:29:37 +01:00
Joost Nieuwenhuijse fbafcf6864 Updates to CSG.Connector, added CSG.connectTo method 2012-02-06 12:32:34 +01:00
Joost Nieuwenhuijse e1bd45c7d6 Added CSG.Connector functionality 2012-01-27 18:50:58 +01:00
Joost Nieuwenhuijse 6fb07da2ad Fixed: when concatenating multiple transforms by multiplying their matrices, transformations were done in wrong order 2012-01-27 18:44:37 +01:00
Joost Nieuwenhuijse e926541595 Connectors, first part 2012-01-27 18:01:18 +01:00
Joost Nieuwenhuijse 5d1bc71521 Added csg.cutByPlane() and CSG.Plane.fromNormalAndPoint() 2012-01-21 21:13:54 +01:00
Joost Nieuwenhuijse 1eac51e260 Added mirroring of solids 2012-01-21 18:56:46 +01:00
Joost Nieuwenhuijse 720136cd8b Added getBounds method 2012-01-21 18:03:27 +01:00
Joost Nieuwenhuijse 47372abdbd OpenJsCad parser added, to parse local files with .jscad extension 2012-01-21 17:28:19 +01:00
Joost Nieuwenhuijse a66db774a2 Added proper error message if WebGL not supported 2012-01-21 15:24:03 +01:00
Joost Nieuwenhuijse a5ee34852b Created proper javascript class for the viewer, moved viewer to openjscad.js 2012-01-21 15:18:57 +01:00
Joost Nieuwenhuijse 69ed3b365d Increased back z plane in viewer 2012-01-20 16:39:14 +01:00
Joost Nieuwenhuijse d2cc093fab Increased dimensions of sample object 2012-01-20 16:36:55 +01:00
Joost Nieuwenhuijse c1daa42647 Added warning if not using Chrome 2012-01-20 16:09:04 +01:00
Joost Nieuwenhuijse 69593eb22c Rendering now occurs on load 2012-01-20 15:54:37 +01:00
Joost Nieuwenhuijse 4516cd57e7 First release! 2012-01-20 15:52:48 +01:00
Joost Nieuwenhuijse e96769b609 First pages commit 2012-01-20 15:20:13 +01:00