From a374e6a2445a81df759855d3e3ca042fcc69f7dd Mon Sep 17 00:00:00 2001 From: Sida Wang <wangs132@mcmaster.ca> Date: Fri, 13 Mar 2020 22:45:19 -0400 Subject: [PATCH] Update MG.tex for Rev0 --- Doc/Design/MG/MG.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/Design/MG/MG.tex b/Doc/Design/MG/MG.tex index df3c966..832c655 100644 --- a/Doc/Design/MG/MG.tex +++ b/Doc/Design/MG/MG.tex @@ -60,6 +60,7 @@ \midrule Mar 9 & Sida & General Content added\\ Mar 13 & Weidong & Edited for Rev0 submission\\ +Mar 13 & Sida & Minor Modification\\ \bottomrule \end{tabularx} \caption{\textbf{Revision History}} \label{TblRevisionHistory} @@ -286,7 +287,7 @@ The Non-functional Requirements are realized highly based on the functionalities \item[Implemented By:] settingScene.py \end{description} -\subsubsection{screen Module (M10)} +\subsubsection{screen Module (M13)} \begin{description} \item[Secrets:]The interactive scene template. \item[Services:]Provide a basic template for other scenes. @@ -338,14 +339,14 @@ The Non-functional Requirements are realized highly based on the functionalities \item[Implemented By:] world.py \end{description} -\subsubsection{devTools Module (M15)} +\subsubsection{devTools Module (M4)} \begin{description} \item[Secrets:]The image process and formating algorithm. \item[Services:]Provide an algorithm to process and produce texture images in a certain format. \item[Implemented By:] devTools.py \end{description} -\subsubsection{button Module (M15)} +\subsubsection{button Module (M1)} \begin{description} \item[Secrets:]Buttons. \item[Services:]Provide two types of buttons(switches by OnOffButton and Toggles by Button). -- GitLab