Skip to content

Commit

Permalink
Added volumetric project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexispaljic committed Jun 6, 2024
1 parent 7130d9a commit 0fcd6f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file added src/assets/movie/volumetric.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion src/content/actualités/movie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const patrimoine3DDescription = `

import mocap from "assets//movie/mocap.png";
export const mocapDescription = `
Vous utiliserez la capture de mouvement et la réalité virtuelle pour améliorer l'ergonomie d'un poste de travail`;
Vous utiliserez la capture de mouvement et la réalité virtuelle pour étudier et améliorer l'ergonomie d'un poste de travail`;

<MovieProject
title="VR et Motion capture pour l'ergonomie"
Expand All @@ -116,6 +116,18 @@ export const mocapDescription = `
tags={["Interactions","Réalité Virtuelle","Programmation"]}
/>

import volumetric from "assets//movie/volumetric.jpg";
export const volumetricDescription = `
Vous mettrez en place un système de capture de vidéo volumétrique et améliorerez le rendu graphique des personnes en mouvement. Le contexte de ce projet est la sauvegarde du patrimoine intangible, comme par exemple le geste des artisans`;

<MovieProject
title="Capture volumétrique"
author="Mines Paris"
image={volumetric}
description={volumetricDescription}
tags={["Interactions","Réalité Virtuelle","Programmation"]}
/>


### MOVIE 2023

Expand Down

0 comments on commit 0fcd6f7

Please sign in to comment.