Skip to content

Instantly share code, notes, and snippets.

@c016smith
c016smith / index.html
Created September 14, 2025 05:40
WebGL Dimensional Portal with Three.js
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Cosmic Dimensional Portal</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { overflow: hidden; background: #000; font-family: 'Arial', sans-serif; }
#portal-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; }
.dg.ac { z-index: 1000 !important; }