Browse Source

adding portal to site

Justin Gilman 4 months ago
parent
commit
bc8a743eb7

BIN
htdocs/images/portal.mp4


+ 13 - 0
htdocs/index.html

@@ -40,6 +40,19 @@
 	<main>
 		<section id="prototype-section">
 			<h2 id="prototypes">Prototypes</h2>
+			<div class="project">
+				<div class="teaser">
+					<a href="./threejs/portal" target="_blank">
+						<video autoplay loop>
+							<source src="./images/portal.mp4" type="video/mp4">
+						</video>
+					</a>
+				</div>
+				<div class="description">
+					<h3><a href="./threejs/portal" target="_blank">Portal with Baked Lighting</a></h3>
+					<p>The capstone project of the ThreeJS Journey course</p>
+				</div>
+			</div>
 			<div class="project">
 				<div class="teaser">
 					<canvas class="night-and-day"></canvas>

+ 1 - 0
htdocs/threejs/portal/assets/index-60c247ed.css

@@ -0,0 +1 @@
+*{margin:0;padding:0}html,body{overflow:hidden}.webgl{position:fixed;top:0;left:0;outline:none}

File diff suppressed because it is too large
+ 0 - 0
htdocs/threejs/portal/assets/index-67601255.js


File diff suppressed because it is too large
+ 0 - 0
htdocs/threejs/portal/assets/index-67601255.js.map


+ 15 - 0
htdocs/threejs/portal/index.html

@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Portal with Baked Lighting</title>
+    
+  <script type="module" crossorigin src="./assets/index-67601255.js"></script>
+  <link rel="stylesheet" href="./assets/index-60c247ed.css">
+</head>
+<body>
+    <canvas class="webgl"></canvas>
+    
+</body>
+</html>

BIN
htdocs/threejs/portal/perlin.png


BIN
htdocs/threejs/portal/portal.glb


BIN
htdocs/threejs/portal/portal2.glb


BIN
htdocs/threejs/portal/portal_baked.png


Some files were not shown because too many files changed in this diff