]> git.leopard-lacewing.eu Git - cgue_weave.git/commitdiff
updated FileStructure
authorPeter Schaefer <schaeferpm@gmail.com>
Mon, 4 May 2015 21:20:47 +0000 (23:20 +0200)
committerPeter Schaefer <schaeferpm@gmail.com>
Mon, 4 May 2015 21:20:47 +0000 (23:20 +0200)
updated winrar.bat

CGUE_WEAVE_SUB1.zip [new file with mode: 0644]
Submission1/CGUE_WEAVE_SUB1.zip [deleted file]
Submission1/doc/LaTeX1.tex [deleted file]
Submission1/doc/Weave-1st.pdf [deleted file]
Submission1/readme.txt [deleted file]
doc/Weave.pdf [new file with mode: 0644]
doc/Weave.tex [new file with mode: 0644]
readme.txt [new file with mode: 0644]
winrar.bat

diff --git a/CGUE_WEAVE_SUB1.zip b/CGUE_WEAVE_SUB1.zip
new file mode 100644 (file)
index 0000000..92e60e7
Binary files /dev/null and b/CGUE_WEAVE_SUB1.zip differ
diff --git a/Submission1/CGUE_WEAVE_SUB1.zip b/Submission1/CGUE_WEAVE_SUB1.zip
deleted file mode 100644 (file)
index eaed57e..0000000
Binary files a/Submission1/CGUE_WEAVE_SUB1.zip and /dev/null differ
diff --git a/Submission1/doc/LaTeX1.tex b/Submission1/doc/LaTeX1.tex
deleted file mode 100644 (file)
index 33abf39..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-\documentclass[a4paper]{article}
-
-\usepackage[english]{babel}
-\usepackage[utf8]{inputenc}
-\usepackage{amsmath}
-\usepackage{graphicx}
-\usepackage[colorinlistoftodos]{todonotes}
-
-\title{Weave - 1st Submission}
-
-\author{Pajer Herbert, Schaefer Peter}
-
-\date{\today}
-
-\begin{document}
-\maketitle
-
-\section{requirements}
-
-\subsection{Free movable camera}
-This was realised by using the GLM.Transform functions to create model,view and projection matrices wich get used by the shader.
-
-
-\subsection{Moving objects}
-The player is freely movable through the world by using WASD and Space or the left mouse button for jumping.
-
-
-\subsection{Texture Mapping}
-Textures are loaded with the FreeImage library.\\
-Models are made with Blender and their .dae files which include their UVs (as well as their normals) are loaded with the assimp library.\\
-Materials are saved as Vectors with 4 entries: The entensities for the 3 different light source types and one for the glossiness.
-
-\subsection{Simple lighting and materials}
-There is one point-lightsource, one ambient light source and one directional light source. All of their positions / directions and intensities are currently hardcoded into the shader files.
-
-\subsection{Controls}
-The camera can be controlled with the mouse.
-You can control the player with the WASD Keys and jump with Space or the left mouse button.
-Pressing F3 toggles Wire Frames.
-Pressing F6 makes the Bounding Boxes and Event Boxes visible.
-You can exit by pressing ESC twice and you can restart the level by pressing ESC and then R.
-
-\subsection{Basic Gameplay}
-The player can move around the world and jump around. Colliding with the duck or with event boxes trigger text in the console to appear.
-Other collisions haven't been completed yet, so rather than colliding with the floor you can't fall lower than the 0 coordinate.
-
-
-\section{Features}
-Pressing F3 toggles Wire Frames.
-Pressing F6 makes the Bounding Boxes and Event Boxes visible.
-Collisions with the Duck and with Event Boxes trigger messages in the console.
-There is currently one Event Box that makes you lose the game and one that makes you win.
-
-\section{Illuminated Objects}
-There are multiple complex objects, all of which have textures and are illuminated. Also, there is a skybox which is not illuminated and doesn't have a texture yet.
-
-\section{Libraries}
-freetype 2.3.5.1,
-FreeImage 3160,
-zlib 128,
-glm 0.9.6.3,
-glew 1.12.0,
-assimp 3.1.1,
-sdl2 2.0.3
-
-
-\end{document}
\ No newline at end of file
diff --git a/Submission1/doc/Weave-1st.pdf b/Submission1/doc/Weave-1st.pdf
deleted file mode 100644 (file)
index 21f9687..0000000
Binary files a/Submission1/doc/Weave-1st.pdf and /dev/null differ
diff --git a/Submission1/readme.txt b/Submission1/readme.txt
deleted file mode 100644 (file)
index c20ca26..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Weave
-
-Pajer Herbert
-0828143
-066 935
-
-Schaefer Peter
-0825843
-033 204
\ No newline at end of file
diff --git a/doc/Weave.pdf b/doc/Weave.pdf
new file mode 100644 (file)
index 0000000..21f9687
Binary files /dev/null and b/doc/Weave.pdf differ
diff --git a/doc/Weave.tex b/doc/Weave.tex
new file mode 100644 (file)
index 0000000..33abf39
--- /dev/null
@@ -0,0 +1,67 @@
+\documentclass[a4paper]{article}
+
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{amsmath}
+\usepackage{graphicx}
+\usepackage[colorinlistoftodos]{todonotes}
+
+\title{Weave - 1st Submission}
+
+\author{Pajer Herbert, Schaefer Peter}
+
+\date{\today}
+
+\begin{document}
+\maketitle
+
+\section{requirements}
+
+\subsection{Free movable camera}
+This was realised by using the GLM.Transform functions to create model,view and projection matrices wich get used by the shader.
+
+
+\subsection{Moving objects}
+The player is freely movable through the world by using WASD and Space or the left mouse button for jumping.
+
+
+\subsection{Texture Mapping}
+Textures are loaded with the FreeImage library.\\
+Models are made with Blender and their .dae files which include their UVs (as well as their normals) are loaded with the assimp library.\\
+Materials are saved as Vectors with 4 entries: The entensities for the 3 different light source types and one for the glossiness.
+
+\subsection{Simple lighting and materials}
+There is one point-lightsource, one ambient light source and one directional light source. All of their positions / directions and intensities are currently hardcoded into the shader files.
+
+\subsection{Controls}
+The camera can be controlled with the mouse.
+You can control the player with the WASD Keys and jump with Space or the left mouse button.
+Pressing F3 toggles Wire Frames.
+Pressing F6 makes the Bounding Boxes and Event Boxes visible.
+You can exit by pressing ESC twice and you can restart the level by pressing ESC and then R.
+
+\subsection{Basic Gameplay}
+The player can move around the world and jump around. Colliding with the duck or with event boxes trigger text in the console to appear.
+Other collisions haven't been completed yet, so rather than colliding with the floor you can't fall lower than the 0 coordinate.
+
+
+\section{Features}
+Pressing F3 toggles Wire Frames.
+Pressing F6 makes the Bounding Boxes and Event Boxes visible.
+Collisions with the Duck and with Event Boxes trigger messages in the console.
+There is currently one Event Box that makes you lose the game and one that makes you win.
+
+\section{Illuminated Objects}
+There are multiple complex objects, all of which have textures and are illuminated. Also, there is a skybox which is not illuminated and doesn't have a texture yet.
+
+\section{Libraries}
+freetype 2.3.5.1,
+FreeImage 3160,
+zlib 128,
+glm 0.9.6.3,
+glew 1.12.0,
+assimp 3.1.1,
+sdl2 2.0.3
+
+
+\end{document}
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
new file mode 100644 (file)
index 0000000..c20ca26
--- /dev/null
@@ -0,0 +1,9 @@
+Weave
+
+Pajer Herbert
+0828143
+066 935
+
+Schaefer Peter
+0825843
+033 204
\ No newline at end of file
index 882d8e3262278c9028ac35c5bcf397a2e578955a..342bb98e3fb051d306d206bf11ff4c526dc3d15a 100644 (file)
@@ -1,5 +1,5 @@
 @echo off
 
-C:\Programme\WinRar\Winrar a -afzip -r -x*.blend -x*.blend* -x*.pdb -x*.psb -x*.psd CGUE.zip textures models shader bin
+C:\Programme\WinRar\Winrar a -afzip -r -x*.blend -x*.blend* -x*.pdb -x*.psb -x*.psd CGUE.zip readme.txt textures models shader bin doc\Weave.pdf
 
 #pause
\ No newline at end of file