@jscad/regl-renderer 2.6.12 → 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,14 @@
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
+
6
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)
7
15
 
8
16
  **Note:** Version bump only for package @jscad/regl-renderer
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.12",
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.5",
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": "d8010c4f1d70685404a510d604f8b6d5c362f93a"
46
+ "gitHead": "11a9a2d9235d804360116f776076c9f3237a3eb0"
47
47
  }