Skip to content

Commit

Permalink
Merge pull request #616 from MaslowCNC/jsxcad-after-big-pr
Browse files Browse the repository at this point in the history
Update JSxCAD and support tabs
  • Loading branch information
BarbourSmith committed Apr 27, 2022
2 parents bdb7b62 + 8816494 commit c0d3013
Show file tree
Hide file tree
Showing 18 changed files with 1,894 additions and 3,102 deletions.
Binary file modified dist/cgal_browser.wasm
Binary file not shown.
1,480 changes: 489 additions & 991 deletions dist/jsxcad-algorithm-cgal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsxcad-algorithm-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -15875,7 +15875,7 @@ const toFont = (options = {}, data) => {
const group = [];
for (const geometry of svgPaths.map((svgPath) =>
fromSvgPath(new TextEncoder('utf8').encode(svgPath), {
curveSegments: curveSegments,
curveSegments,
})
)) {
group.push(fill(scale([factor, -factor, factor], geometry)));
Expand Down
2 changes: 1 addition & 1 deletion dist/jsxcad-algorithm-threejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55534,4 +55534,4 @@ class TrackballControls extends EventDispatcher {

}

export { ArrowHelper, AxesHelper, Box3, BoxGeometry, BufferGeometry, CanvasTexture, ColladaLoader, Color, CylinderGeometry, DoubleSide, EdgesGeometry, Euler, EventDispatcher, Float32BufferAttribute, GridHelper, Group, ImageBitmapLoader, Layers, Line, LineBasicMaterial, LineSegments, Matrix4, Mesh, MeshBasicMaterial, MeshNormalMaterial, MeshPhongMaterial, MeshPhysicalMaterial, MeshStandardMaterial, Object3D, OctahedronGeometry, PerspectiveCamera, Plane, PlaneGeometry, Points, PointsMaterial, Quaternion, Raycaster, RepeatWrapping, SVGLoader, Scene, ShapeGeometry, SphereGeometry, SpotLight, TorusGeometry, TrackballControls, Vector2, Vector3, VertexColors, WebGLRenderer, WireframeGeometry };
export { ArrowHelper, AxesHelper, Box3, BoxGeometry, BufferGeometry, CanvasTexture, ColladaLoader, Color, CylinderGeometry, DoubleSide, EdgesGeometry, Euler, EventDispatcher, Float32BufferAttribute, GridHelper, Group, ImageBitmapLoader, Layers, Line, LineBasicMaterial, LineSegments, Matrix4, Mesh, MeshBasicMaterial, MeshNormalMaterial, MeshPhongMaterial, MeshPhysicalMaterial, MeshStandardMaterial, Object3D, OctahedronGeometry, Path, PerspectiveCamera, Plane, PlaneGeometry, Points, PointsMaterial, Quaternion, Raycaster, RepeatWrapping, SVGLoader, Scene, Shape, ShapeGeometry, SphereGeometry, SpotLight, TorusGeometry, TrackballControls, Vector2, Vector3, VertexColors, WebGLRenderer, WireframeGeometry };

0 comments on commit c0d3013

Please sign in to comment.