Skip to content

Commit

Permalink
chore: tweak variations
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Jun 2, 2023
1 parent 7b8affe commit 0a2953a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/examples/src/curve-examples/cubic-bezier.style
Expand Up @@ -5,6 +5,7 @@ canvas {

global {
scalar t = 0.4
color semiBlue = rgba( 27./255., 31./255., 138./255., .2 )
}

forall Curve c {
Expand All @@ -17,6 +18,7 @@ forall Curve c {
shape curve = Path {
d: cubicCurveFromPoints("open", points)
strokeWidth: 3.5
strokeColor: global.semiBlue
ensureOnCanvas: true
}

Expand Down
Expand Up @@ -2,5 +2,5 @@
"substance": "./projection.substance",
"style": ["./fake3d.style"],
"domain": "./fake3d.domain",
"variation": "PurpletiniSeahorse9761"
"variation": "SucculentsReindeer397"
}
Expand Up @@ -2,5 +2,5 @@
"substance": "./next-event-estimation.substance",
"style": ["./ray-tracing.style"],
"domain": "./ray-tracing.domain",
"variation": "MauvewoodTapir6620"
"variation": "TransfusionElephant49974"
}
2 changes: 1 addition & 1 deletion packages/examples/src/ray-tracing/path-trace.trio.json
Expand Up @@ -2,5 +2,5 @@
"substance": "./path-trace.substance",
"style": ["./ray-tracing.style"],
"domain": "./ray-tracing.domain",
"variation": "ConclaveFerret7630"
"variation": "RockfallLlama5064"
}
Expand Up @@ -2,5 +2,5 @@
"substance": "./cotan-formula.substance",
"style": ["../triangle-mesh-2d.style"],
"domain": "../triangle-mesh-2d.domain",
"variation": "RamonaFly25691"
"variation": "AquastoneDinosaur58143"
}
Expand Up @@ -2,5 +2,5 @@
"substance": "./halfedge-mesh.substance",
"style": ["../triangle-mesh-2d.style"],
"domain": "../triangle-mesh-2d.domain",
"variation": "BlackadderDogfish563"
"variation": "FrenzyHawk3762"
}

0 comments on commit 0a2953a

Please sign in to comment.