@jscad/regl-renderer 2.6.11 → 2.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.6.13](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/regl-renderer@2.6.12...@jscad/regl-renderer@2.6.13) (2025-09-20)
7
+
8
+ **Note:** Version bump only for package @jscad/regl-renderer
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.6.12](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/regl-renderer@2.6.11...@jscad/regl-renderer@2.6.12) (2024-12-29)
15
+
16
+ **Note:** Version bump only for package @jscad/regl-renderer
17
+
18
+
19
+
20
+
21
+
6
22
  ## [2.6.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/regl-renderer@2.6.10...@jscad/regl-renderer@2.6.11) (2024-11-10)
7
23
 
8
24
  **Note:** Version bump only for package @jscad/regl-renderer
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
3
 
4
- Copyright (c) 2017-2021 JSCAD Organization
4
+ Copyright (c) 2017-2024 JSCAD Organization
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/demo.html CHANGED
@@ -42,7 +42,7 @@ const demo = (parameters) => {
42
42
  const transpCube = colorize([1, 0, 0, 0.75], cuboid({ size: [100 * parameters.scale, 100, 210 + (200 * parameters.scale)] }))
43
43
  const star2D = star({ vertices: 8, innerRadius: 300, outerRadius: 400 })
44
44
  const line2D = colorize([1.0, 0, 0], line([[260, 260], [-260, 260], [-260, -260], [260, -260], [260, 260]]))
45
- // some colors are intentionally without alpfa channel to test geom2ToGeometries will add alpha channel
45
+ // some colors are intentionally without alpha channel to test geom2ToGeometries will add alpha channel
46
46
  const colorChange = [
47
47
  [1, 0, 0, 1],
48
48
  [1, 0.5, 0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jscad/regl-renderer",
3
- "version": "2.6.11",
3
+ "version": "2.6.13",
4
4
  "description": "Renderer for JSCAD Geometries",
5
5
  "homepage": "https://openjscad.xyz/",
6
6
  "repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@jscad/img-utils": "2.0.5",
39
- "@jscad/modeling": "2.12.4",
39
+ "@jscad/modeling": "2.12.6",
40
40
  "ava": "3.15.0",
41
41
  "browserify": "16.5.1",
42
42
  "budo": "11.6.4",
43
43
  "nyc": "15.1.0",
44
44
  "uglifyify": "5.0.2"
45
45
  },
46
- "gitHead": "ce4978ee40c30803cba05d1c96ba8b6aaf3abc61"
46
+ "gitHead": "11a9a2d9235d804360116f776076c9f3237a3eb0"
47
47
  }