Skip to content

Commit

Permalink
Final Website third version
Browse files Browse the repository at this point in the history
  • Loading branch information
whydarren-6uom committed Apr 30, 2024
1 parent d391522 commit 85b5c43
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
Binary file added final project/Dresser Demo.mkv
Binary file not shown.
Binary file added final project/Dresser Demo.mp4
Binary file not shown.
57 changes: 30 additions & 27 deletions final project/final.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ <h1>Team 37 InfiniFurniture: Final Project Deliverable</h1>
<p>Date: Apr 29, 2024</p>
<p>
Group Member:
<a href="https://github.com/MillerHollinger">Miller Hollinger</a>
<a href="https://github.com/whydarren-6uom">Darren Wang</a>,
<a href="https://github.com/Sunnyweather1314">Jiayi Xu</a>,
<a href="https://github.com/eugene-yoojin-han">Eugene Han</a>,
<a href="https://github.com/MillerHollinger">Miller Hollinger</a>
</p>
</header>

Expand Down Expand Up @@ -180,45 +180,48 @@ <h3>All Together</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<img src="All.png" alt="All Together" width="960" height="360" />
</div>

<h3>Dresser Demo</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<video width="960" height="540" controls>
<source src="Dresser Demo.mp4" type="video/mp4" />
</video>
</div>
<div style="display: flex; justify-content: center; margin-top: 15px">
<img
src="Dresser Demo 0.png"
alt="Dresser Demo 0"
width="480"
height="270"
/>
<img
src="Dresser Demo 1.png"
alt="Dresser Demo 1"
width="480"
height="270"
/>
</div>

<h3>Bed Demo</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<video width="960" height="540" controls>
<source src="Bed Demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>

<h3>Chair Demo</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<video width="960" height="540" controls>
<source src="Chair Demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>

<h3>Table Demo</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<video width="960" height="540" controls>
<source src="Table Demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>

<h3>Dresser Demo</h3>
<div style="display: flex; justify-content: center; margin-top: 15px">
<img
src="Dresser Demo 0.png"
alt="Dresser Demo 0"
width="480"
height="270"
/>
<img
src="Dresser Demo 1.png"
alt="Dresser Demo 1"
width="480"
height="270"
/>
</div>
</section>

<section id="References">
Expand All @@ -242,6 +245,13 @@ <h2>References</h2>
<section id="Contributions">
<h2>Individual Contributions</h2>
<ul>
<li>
Miller Hollinger: Developed the wood texture generation code and
implemented the intricate dresser-related mesh generation scripts.
Integrated all scripts and packaged them into a cohesive Blender
add-on. Produced videos for the milestone and final deliverable
presentations.
</li>
<li>
Darren Wang: Developed the metal texture generation code and the
fabric texture for chair cushions. Implemented chair-related mesh
Expand All @@ -258,13 +268,6 @@ <h2>Individual Contributions</h2>
developed table-related mesh generation scripts. Prepared slides for
the milestone and final deliverable presentations.
</li>
<li>
Miller Hollinger: Developed the wood texture generation code and
implemented the intricate dresser-related mesh generation scripts.
Integrated all scripts and packaged them into a cohesive Blender
add-on. Produced videos for the milestone and final deliverable
presentations.
</li>
</ul>
</section>

Expand Down

0 comments on commit 85b5c43

Please sign in to comment.