Tuesday, June 2, 2009

Extrusion magic points


Added code so that when making an extrude the magic points that describe it are added to the geometric solver. Lines and rectangles can be drawn on the faces of an extrude using magic points. Also the planes representing the extrusion faces are added in the solver and will be used for coplanar detection.
Fixed bugs: fixed the bug that extrusions couldn't be made on drawn rectangles, solved the rectangle drawing bug (the rectangle was disappearing after drawing), fixed a face iteration on solids code.
Started working at implementing an Extrude that follows the mouse, currently the extrusion height is calculated as the distance that the mouse moved, when the extrude will follow the mouse it will pass through solver so that Extrusions will be made using magic points.

No comments: