mirror of
https://github.com/kuhyx/praca_magisterska.git
synced 2026-07-04 13:43:05 +02:00
feat: added 2 more images
This commit is contained in:
parent
5c49242587
commit
1371d45107
BIN
latex/main.pdf
BIN
latex/main.pdf
Binary file not shown.
@ -22,6 +22,12 @@ zarządzanie wersjami edytora i~projektami.
|
||||
\label{fig:unity_hub_editor_view}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.9\textwidth]{tex/img/unity_game.png}
|
||||
\caption{Widok gry (Unity) -- fragment rozgrywki.}
|
||||
\label{fig:unity_game}
|
||||
\end{figure}
|
||||
|
||||
Implementacja Unity wykorzystuje kilka kluczowych wzorców projektowych:
|
||||
|
||||
@ -105,6 +111,12 @@ Instalacja Unreal Engine na systemie Linux okazała się znacznie bardziej skomp
|
||||
\label{fig:unreal_editor_view}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.9\textwidth]{tex/img/unreal_game_view.png}
|
||||
\caption{Widok gry (Unreal) -- fragment rozgrywki.}
|
||||
\label{fig:unreal_game_view}
|
||||
\end{figure}
|
||||
|
||||
Fundamentalna różnica między Unity a~Unreal w~kontekście gier 2D polega na tym, że Unreal traktuje 2D jako ,,fałszywe 2D'' --
|
||||
w~rzeczywistości jest to scena 3D z~zablokowaną trzecią osią i~kamerą ortograficzną. Unity natomiast oferuje dedykowany
|
||||
|
||||
Loading…
Reference in New Issue
Block a user