|
| 1 | +<!DOCTYPE html> |
| 2 | +<html><head lang="en"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 3 | + <meta charset="utf-8" /> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>three.js experiment - Kim Pham</title><meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | + <meta name="description" content="three.js" /> |
| 6 | + <meta property="og:image" content=""/> |
| 7 | + <meta property="og:url" content="http://localhost:1313/post/0017/"> |
| 8 | + <meta property="og:site_name" content="Kim Pham"> |
| 9 | + <meta property="og:title" content="three.js experiment"> |
| 10 | + <meta property="og:description" content="three.js"> |
| 11 | + <meta property="og:locale" content="en_us"> |
| 12 | + <meta property="og:type" content="article"> |
| 13 | + <meta property="article:section" content="post"> |
| 14 | + <meta property="article:published_time" content="2025-12-30T01:15:41-04:00"> |
| 15 | + <meta property="article:modified_time" content="2025-12-30T01:15:41-04:00"> |
| 16 | + <meta property="article:tag" content="Three.js"> |
| 17 | + <meta property="article:tag" content="Javascript"> |
| 18 | + |
| 19 | + <meta name="twitter:card" content="summary"> |
| 20 | + <meta name="twitter:title" content="three.js experiment"> |
| 21 | + <meta name="twitter:description" content="three.js"> |
| 22 | + |
| 23 | + <link href="http://localhost:1313/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet"> |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + <link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313/css/main.7a5c05040394322612a2d98397e9932aa81d9d7acc70199463e79f8180c8e0c0.css" /> |
| 28 | + <link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:1313/css/dark.478e7f2b9cf8d87be42edfd9fe1810beab1331847df94b1b430478b309f28282.css" disabled /> |
| 29 | + |
| 30 | + |
| 31 | + <link rel="stylesheet" type="text/css" href="http://localhost:1313/css/first.599e94335f726b8277a333fd3db5147c30bacf19e7b2680a162fecd8b7a68444.css"> |
| 32 | + |
| 33 | +</head> |
| 34 | +<body> |
| 35 | + <div class="content"><header> |
| 36 | + <div class="main"> |
| 37 | + <a href="http://localhost:1313/">Kim Pham</a> |
| 38 | + <div style="display:flex; margin-top: 0.5rem;"><a class="soc" href="https://docs.google.com/forms/d/e/1FAIpQLSemLz1deuIX0vN1mFtd0Bh6w_ouyo9bt8k8F4EI1bkf7Ppjnw/viewform" title="Email"><i data-feather="mail"></i></a> |
| 39 | + <a class="soc" href="https://github.com/kimpham54" title="GitHub"><i data-feather="github"></i></a> |
| 40 | + <a class="soc" href="https://twitter.com/tolloid/" title="Twitter"><i data-feather="twitter"></i></a> |
| 41 | + <a class="soc" href="https://www.linkedin.com/in/kim-pham-a9ba8030/" title="Linkedin"><i data-feather="linkedin"></i></a> |
| 42 | + <a class="soc" href="https://www.instagram.com/kimpham54/" title="Instagram"><i data-feather="instagram"></i></a> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + |
| 46 | + <nav> |
| 47 | + |
| 48 | + <a href="/about">About</a> |
| 49 | + |
| 50 | + <a href="/cv">Talks</a> |
| 51 | + |
| 52 | + <a href="/work">Work</a> |
| 53 | + |
| 54 | + | <a id="dark-mode-toggle" onclick="toggleTheme()" href=""></a> |
| 55 | + <script src="http://localhost:1313/js/themetoggle.js"></script> |
| 56 | + |
| 57 | + </nav> |
| 58 | + |
| 59 | +</header> |
| 60 | +<main> |
| 61 | + <article> |
| 62 | + <div class="post-container"> |
| 63 | + |
| 64 | + <div class="post-content"> |
| 65 | + <div class="title"> |
| 66 | + |
| 67 | + <h1 class="title">three.js experiment</h1> |
| 68 | + |
| 69 | + |
| 70 | + <div class="meta">Posted on Dec 30, 2025</div> |
| 71 | + |
| 72 | + </div> |
| 73 | + |
| 74 | + <section class="body"> |
| 75 | + <div style="width: 100%; max-width: 2000px; height: 720px; margin: 2rem auto;"> |
| 76 | + <canvas class="webgl" style="width: 100%; height: 100%; display: block;"></canvas> |
| 77 | +</div> |
| 78 | +<script type="module" src="/three/script-hugo.js"></script> |
| 79 | + </section> |
| 80 | + <div class="post-tags"> |
| 81 | + |
| 82 | + |
| 83 | + <nav class="nav tags"> |
| 84 | + <ul class="tags"> |
| 85 | + |
| 86 | + <li><a href="/tags/three.js">three.js</a></li> |
| 87 | + |
| 88 | + <li><a href="/tags/javascript">javascript</a></li> |
| 89 | + |
| 90 | + </ul> |
| 91 | + </nav> |
| 92 | + |
| 93 | + |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + </div> |
| 100 | + |
| 101 | + </article> |
| 102 | +</main> |
| 103 | +<footer> |
| 104 | +<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| 105 | + <div>This site is under the <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> license. Thanks for stopping by 🌻 </div> |
| 106 | + |
| 107 | +</footer> |
| 108 | +<script> |
| 109 | + feather.replace() |
| 110 | +</script></div> |
| 111 | + </body> |
| 112 | +</html> |
0 commit comments