Skip to content

Commit

Permalink
moving cam
Browse files Browse the repository at this point in the history
  • Loading branch information
XPandora committed Nov 20, 2023
1 parent 43e3fbd commit f59b0aa
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 class="title is-3">Abstract</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-ketchup">
<video poster="" id="ketchup" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/ketchup_cropped.mp4" type="video/mp4">
<source src="./static/videos/jam.mp4" type="video/mp4">
</video>
</div>
<div class="item item-plane">
Expand All @@ -182,7 +182,7 @@ <h2 class="title is-3">Abstract</h2>
</div>
<div class="item item-fox">
<video poster="" id="fox" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/fox_cropped.mp4" type="video/mp4">
<source src="./static/videos/fox.mp4" type="video/mp4">
</video>
</div>
<div class="item item-toast">
Expand Down Expand Up @@ -232,7 +232,7 @@ <h2 class="title is-3">Physics-Integrated Gaussians</h2>
<br>
<div class="video-compare-container" id="materialsDiv">
<video class="video" id="materials" loop playsinline autoPlay muted
src="./static/videos/vasedeck_comparison_resized.mp4" onplaying="resizeAndPlay(this)"></video>
src="./static/videos/vasedeck_comparison.mp4" onplaying="resizeAndPlay(this)"></video>
<canvas height=0 class="videoMerge" id="materialsMerge"></canvas>
</div>
<!-- </div> -->
Expand All @@ -243,8 +243,8 @@ <h2 class="title is-3">Physics-Integrated Gaussians</h2>
<div class="container is-max-desktop">
<h2 class="title is-3">Flexible Dynamics</h2>
<p>
Our method also supports flexible control of dynamics via material parameters. A larger Young's modulus \(E\)
indicates higher stiffness while a larger poission ratio \(\nu\) leads to better volume preservation.
Our method also supports flexible control of dynamics via material parameters. A larger Young's modulus \(E\) (from right to left)
indicates higher stiffness while a larger poission ratio \(\nu\) (from top to bottom) leads to better volume preservation.
</p>
<br>
<!-- <div class="col-md-8 col-md-offset-2"> -->
Expand Down
Binary file modified static/videos/fox.mp4
Binary file not shown.
Binary file removed static/videos/fox_cropped.mp4
Binary file not shown.
Binary file added static/videos/jam.mp4
Binary file not shown.
Binary file added static/videos/jam_30.mp4
Binary file not shown.
Binary file modified static/videos/plane.mp4
Binary file not shown.
Binary file removed static/videos/ruins.mp4
Binary file not shown.
Binary file removed static/videos/toycar.mp4
Binary file not shown.
Binary file removed static/videos/varying_material_trim.mov
Binary file not shown.
Binary file removed static/videos/vasedeck.mp4
Binary file not shown.
Binary file modified static/videos/vasedeck_comparison.mp4
Binary file not shown.
Binary file removed static/videos/vasedeck_comparison_resized.mp4
Binary file not shown.
Binary file removed static/videos/vasedeck_ellipsoid.mp4
Binary file not shown.
Binary file removed static/videos/vasedeck_resized.mp4
Binary file not shown.

0 comments on commit f59b0aa

Please sign in to comment.