update report
This commit is contained in:
parent
acb5a8fbbb
commit
97e3cca3b2
3 changed files with 30 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -4,6 +4,11 @@ assets/images/*
|
|||
|
||||
report/*
|
||||
!report/*.tex
|
||||
|
||||
!report/presentation
|
||||
report/presentation/*
|
||||
!report/presentation/*.tex
|
||||
|
||||
!report/presentation/imgs
|
||||
report/presentation/imgs/*
|
||||
!report/presentation/imgs/*.md
|
||||
|
|
|
@ -29,6 +29,28 @@
|
|||
\clearpage
|
||||
|
||||
\section{Projet}
|
||||
% Expliquer ce qu'est geometry dash 3d
|
||||
|
||||
\section[Rendu 3D]{Rendu 3D avec THREE.JS}
|
||||
La \autoref{fig:expls} schématise le rendu complet d'une scène du jeu
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{presentation/imgs/explications.png}
|
||||
\caption{Explications du rendu d'une scène}
|
||||
\label{fig:expls}
|
||||
\end{figure}
|
||||
|
||||
\section[Logique]{Logique du jeu}
|
||||
\subsection{Saut du joueur}
|
||||
TODO!
|
||||
|
||||
\subsection{Fin de jeu}
|
||||
TODO!
|
||||
|
||||
\newpage
|
||||
\appendix
|
||||
\section*{Appendix}
|
||||
\listoffigures
|
||||
|
||||
\end{document}
|
||||
|
|
3
report/presentation/imgs/SOURCES.md
Normal file
3
report/presentation/imgs/SOURCES.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
| Fichier | Lien Excalidraw |
|
||||
| ------------ | ------------------------------------------------------------------------- |
|
||||
| explications | https://excalidraw.com/#json=Ta2F2Ix7VBNBzylfK8kOb,oorw9d0kvOUO5kM76L-x7g |
|
Reference in a new issue