Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Oct 18, 2023
1 parent 0d4ffbd commit 20cf044
Show file tree
Hide file tree
Showing 19 changed files with 400 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/bundle/edgeProjection.59721e0c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/bundle/edgeProjection.59721e0c.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/edgeProjection.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><script type="module" src="silhouetteProjection.ff9dfa09.js"></script><script type="module" src="floorProjection.99e62bf6.js"></script><title>three-edge-projection - Projected Edge Generation</title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><style>html,body{margin:0;padding:0;font-family:monospace;overflow:hidden}canvas{width:100%;height:100%}#output{color:#333;white-space:pre;position:absolute;bottom:10px;left:10px}#info{color:#333;text-align:center;width:100%;padding:5px 0;font-family:monospace;position:absolute;top:0}</style></head><body> <div id="info"> Accelerated geometry edge projection and clipping onto<br>the XZ plane for orthographic vector views. </div> <div id="output"></div> <script type="module" src="edgeProjection.59721e0c.js"></script> </body></html>
2 changes: 2 additions & 0 deletions example/bundle/floorProjection.6ab05ec7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/bundle/floorProjection.6ab05ec7.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions example/bundle/floorProjection.99e62bf6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/floorProjection.99e62bf6.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/floorProjection.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><script type="module" src="silhouetteProjection.ff9dfa09.js"></script><script type="module" src="floorProjection.99e62bf6.js"></script><title>three-edge-projection - Projected Edge Generation</title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><style>html,body{background-color:#111;margin:0;padding:0;font-family:monospace;overflow:hidden}canvas{width:100%;height:100%}#output{color:#fff;white-space:pre;position:absolute;bottom:10px;left:10px}#info{color:#fff;text-align:center;width:100%;padding:5px 0;font-family:monospace;position:absolute;top:0}a{color:#fff}</style></head><body> <div id="info"> Floor plan silhouette and edge projection from <a href="https://sketchfab.com/3d-models/3d-floor-plan-of-home-apartment-office-layout-506ed4379b5940a793e652c1b7c0d836">Sketchfab model</a>. </div> <div id="output">loading...</div> <script type="module" src="floorProjection.6ab05ec7.js"></script> </body></html>
187 changes: 187 additions & 0 deletions example/bundle/projectionAsync.worker.15f44cdc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/projectionAsync.worker.15f44cdc.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions example/bundle/projectionAsync.worker.28971622.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/projectionAsync.worker.28971622.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions example/bundle/silhouetteAsync.worker.f555f2b4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/silhouetteAsync.worker.f555f2b4.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions example/bundle/silhouetteProjection.b08c1309.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/bundle/silhouetteProjection.b08c1309.js.map

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions example/bundle/silhouetteProjection.ff9dfa09.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/silhouetteProjection.ff9dfa09.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/bundle/silhouetteProjection.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><script type="module" src="silhouetteProjection.ff9dfa09.js"></script><title>three-edge-projection - Projected Edge Generation</title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><style>html,body{margin:0;padding:0;font-family:monospace;overflow:hidden}canvas{width:100%;height:100%}#output{color:#333;white-space:pre;position:absolute;bottom:10px;left:10px}#info{color:#333;text-align:center;width:100%;padding:5px 0;font-family:monospace;position:absolute;top:0}</style></head><body> <div id="info"> Projected silhouette generation using the "clipper2-js" package. </div> <div id="output"></div> <script type="module" src="silhouetteProjection.b08c1309.js"></script> </body></html>

0 comments on commit 20cf044

Please sign in to comment.