]> git.scottworley.com Git - nt3d/history - nt3d.js
Widening
[nt3d] / nt3d.js
2014-05-21 Scott WorleyUse a params object rather than loose arguments
2014-05-21 Scott WorleyUse bind
2013-01-02 Scott WorleyBreak out parts of go() into separate functions
2012-12-31 Scott WorleyHandle opposite vectors in rotate_onto
2012-12-31 Scott WorleyIncrease the skip-rotation epsilon
2012-12-31 Scott WorleyExplicitly bounds-check in angle_between()
2012-12-31 Scott WorleyAdd % of faces to NaN alert.
2012-12-29 Scott WorleyRemove degenerate faces
2012-12-29 Scott WorleyWarn about NaNs in the output model
2012-12-29 Scott WorleySphere primitive
2012-12-29 Scott WorleyMove per-point translate() into a separate function
2012-12-25 Scott WorleyA helper function for generating pathnormals
2012-12-25 Scott WorleyFix a bug in project()
2012-12-24 Scott WorleyUse "this" instead of the global name
2012-12-21 Scott WorleyHelper functions for shapenormals
2012-12-21 Scott WorleyMake extrude's arguments more flexible and powerful
2012-12-21 Scott WorleyFlip the order of shape,path in extrude args
2012-12-20 Scott WorleyCones.
2012-12-20 Scott WorleyTorus by extrude demo
2012-12-20 Scott WorleyFactor out rotate_onto()
2012-12-20 Scott WorleyFind the parameters of rot2 *after* taking rot1
2012-12-19 Scott WorleyDon't show a stale download link while running
2012-12-19 Scott WorleyPass numeric parameters as numbers
2012-12-19 Scott WorleyGeneralize rotate()
2012-12-19 Scott WorleyRotate and translate operate on lists of points
2012-12-19 Scott WorleyExtrusion
2012-12-19 Scott WorleyUse "this" instead of the global name
2012-12-18 Scott WorleyAdd closed_trianglefan
2012-12-18 Scott WorleyClosed quadstrip: Munge the input, not the output
2012-12-18 Scott WorleyTriangle fans
2012-12-18 Scott WorleyQuadstrips
2012-12-18 Scott WorleyDo something useful on enter in a parameter field.
2012-12-18 Scott WorleyA tiny bit of UI shiny: fade-in download link
2012-12-18 Scott WorleyMinimal framework and one box demo.