Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9,535 changes: 9,535 additions & 0 deletions public/threejs-portal-effect/assets/index-CDcHs4iU.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/threejs-portal-effect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebXR Start!</title>
<title>WebXR Portal Effect</title>

<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>

Expand All @@ -15,14 +15,14 @@
}
}
</script>
<script type="module" crossorigin src="./assets/index-BYuVbkY0.js"></script>
<script type="module" crossorigin src="./assets/index-CDcHs4iU.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-o6NpKq3I.css">
</head>
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">Three.js</a> - <strong>tWebXR Portal Effect</strong> <br />
(a demo of how to use clipping planes to construct/project a WebXR scene in a mixed reality - <strong>through the portal!</strong>)
<a href="https://threejs.org" target="_blank" rel="noopener">Three.js</a> - <a href="https://github.com/dancingfrog/threejs-portal-effect" target="_blank"><strong>WebXR Portal Effect</strong></a> <br />
(a demo of how to use clipping planes to construct/project a WebXR scene in mixed reality - <strong>through the portal!</strong>)
</div>

<!-- <script type="module" src="src/index.js"></script>-->
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Home() {
contentRoot: "threejs-portal-effect",
slug: "", // => /threejs-portal-effect/index.html
date: new Date('2025-01-31'),
description: "Three.js - WebXR Portal Effect (a demo of how to use clipping planes to construct/project WebXR scene in a mixed reality - through the portal!)"
description: "Three.js - WebXR Portal Effect (a demo of how to use clipping planes to construct/project WebXR scene in mixed reality - through the portal!)"
},
{
title: "Visualizing R Data with SveltR",
Expand Down