Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hol23003 committed Apr 22, 2024
1 parent e00cfe0 commit 3d1a6f6
Show file tree
Hide file tree
Showing 9 changed files with 1,225 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Building Scene</title>
<style>
body {
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<div id="canvas-container"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="js/script.js" type="module"></script>
</body>
</html>
23 changes: 23 additions & 0 deletions MFA_Demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>home</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="blocker">
<div id="instructions">
<p>
Click to play
</p>
<p>
Move: WASD<br/>
Jump: SPACE<br/>
Look: MOUSE
</p>
</div>
</div>
<script type='module' src='script.js'></script>
</body>
</html>
Binary file added MFA_Demo/models/blue_flower_animated.glb
Binary file not shown.
Binary file added MFA_Demo/models/claw_arcade_animated_.glb
Binary file not shown.
Binary file added MFA_Demo/models/clock.glb
Binary file not shown.
Loading

0 comments on commit 3d1a6f6

Please sign in to comment.