1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 03, 2024 — Jun 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added import, coloring. Fixed scaling bug, when scale act as mirror (some component is negative). Added two sided lighting. More... over 15 years ago
Added undo for manipulation by text fields. Mesh manipulation (vertices) is still missing. More... over 15 years ago
Fixed bug when removing triangles. Added optimization for update selection. It's now called after everything is selected. More... over 15 years ago
More fixes in translate, rotate, scale in mesh mode. Fixed bug when starting with rotation manipulator. More... over 15 years ago
Changed NSUInteger to uint, added experimental fast drawing (it is not called yet). Fixed bugs in translate, rotate, scale of triangles and edges. More... over 15 years ago
Added unit test for undo of item manipulation. More... over 15 years ago
Added undo for item manipulation. Vertex manipulation is missing. More... over 15 years ago
Minor changes. More... over 15 years ago
Added some undo with test, switched architecture to 64 bit Intel and Base SDK to 10.6. More... over 15 years ago
Fixed memory leak in steps sheet and added test for archivation. More... over 15 years ago
Fixed bug in Camera. Added simple archivation. More... over 15 years ago
Camera now rotates according to selected camera mode. More... over 15 years ago
Added camera modes. Only gluPerspective/glOrtho works correctly. Camera doesn't change by mode yet. More... over 15 years ago
Sphere can be created with steps in the same way as cylinder. More... over 15 years ago
Fixed makeSphere, hardcoded for 40 steps now. Method removeNonUsedVertices is slow for triangle removal on this sphere. More... over 15 years ago
Added makeSphere and selectAll/invert selection. Sphere is not perfectly interconnected as it should be. More... over 15 years ago
Modified for Xcode 3.2 in Snow Leopard. More... over 15 years ago
Added sheet before Add Cylinder for choosing steps count. More... over 15 years ago
Added README More... over 15 years ago
Changed git ignore, now is similar to http://shanesbrain.net/2008/7/9/using-xcode-with-git More... over 15 years ago
Implemented some menu commands. Added makeVertexPairs it is a good time saver on many near vertex pairs. More... over 15 years ago
Added triangle and edge moving by manipulator. Need fixes for shared vertices and scale/rotation manipulation. More... over 15 years ago
Added triangle splitting. More... over 15 years ago
collapse renamed to merge More... over 15 years ago
Removed icons for Edit Items, Vertices, Triangles and Edges. In their place is now one NSPopUpButton. More... over 15 years ago
Edge turning is working much better. Added unit tests and fixed bug in AreEdgesSame. More... almost 16 years ago
Added edge turning. It's working but it needs some refinements. More... almost 16 years ago
Refined edge splitting. Removed back-face culling when doing selection. More... almost 16 years ago
Added edge selection and splitting. More... almost 16 years ago
Back face culling when doing selection. More... almost 16 years ago