Commit 9443688
authored
fix(modeling): various fixes and performance tweaks to modeling
* feat(modeling): allow appendArc, appendBezier, appendPoints to closed paths
* fix(modeling): corrected snap of path2 and path3 when closed
* docs(modeling): changes from reviews
* fix(modeling): small fix to parameter checks
* perf(modeling): small performace changes
* fix(modeling): corrected close, reverse, and transform functions in geometries
* perf(modeling): changed extrudeLinearGeom2 to use preallocated mat4 and vec3
* build(all): changed linting to use eslint directly
* style(all): changes based on lint
* style(all): small fixes for consistent return values
* style(all): changes for consistent default case statements
* style(all): changes for consistent assignment statements
* style(all): changes for consistent blocks1 parent 7c4b445 commit 9443688
59 files changed
Lines changed: 1571 additions & 4307 deletions
File tree
- jsdoc/assets/static
- packages
- cli/example
- core/src/code-loading
- desktop/src/utils/observable-utils
- examples/import/STLImport
- io
- amf-deserializer/src
- dxf-deserializer/src
- io-utils/src
- obj-deserializer/src
- test/helpers
- x3d-serializer/tests
- modeling
- src
- colors
- curves/bezier
- geometries
- geom2
- geom3
- path2
- path3
- slice
- earcut
- maths/line2
- operations
- booleans
- martinez
- trees
- extrusions
- hulls/quickhull
- modifiers
- transforms
- primitives
- test/helpers
- web
- src
- sideEffects/http
- ui/views
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments