Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-28Removed gluProject and gluUnProject callsLukas Matena
2021-05-18TriangleMeshSlicer: Optimized out unnecessary transformations.Vojtech Bubnik
2021-05-18TriangleMeshSlicer: Got rid of admesh!Vojtech Bubnik
2021-05-17WIP: Reworked slicingVojtech Bubnik
2021-03-08Fix Gizmo preview with hollowed meshtamasmeszaros
2020-08-03Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfigtamasmeszaros
2020-06-03Fix of several issues related to gizmos updating and undo/redoLukas Matena
2020-05-21Removed immediate OpenGL mode calls for clipping plane renderingLukas Matena
2020-05-18FDM supports gizmo: caching triangle normals in order to increase performanceLukas Matena
2020-03-19WIP: Added a circle cursor and naive logic to select triangles insideLukas Matena
2020-03-19WIP: First working implementation of the triangle selector for the FDM suppor...Lukas Matena
2020-02-08Spiral vase improvements and bugfixes.bubnikv
2019-12-12Removed an obsolete variable from MeshRaycasterLukas Matena
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-10Added comments in MeshUtils.hppLukas Matena
2019-11-08Unified igl calls in MeshRaycaster and EigenMesh3DLukas Matena
2019-09-24MeshUtils.cpp: MeshRaycaster is now aware of the clipping planeLukas Matena
2019-09-17SLA gizmo no more uses IGL code directly, all was moved to the new MeshRaycas...Lukas Matena
2019-09-17MeshRaycaster class is now used in SLA gizmo when selecting by rectangleLukas Matena
2019-09-17Added functions get_hit_pos, get_hit_normal, ready to implement intersect_rayLukas Matena
2019-09-17Unproject on mesh in the SLA gizmo is now performed by the MeshRaycaster classLukas Matena
2019-09-13Renamed MeshClipper.cpp/.hpp to MeshUtils.cpp/.hppLukas Matena