aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-14 19:40:07 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-14 19:40:07 +0200
commit84a5a84861c95174e6dc4b28301fc4bcb0192069 (patch)
tree72fda86c971fec9c5e15bd02a02fa3ee49563845 /src/main.c
parentf6de2b1453930267015ab9323d5f83daa25667ba (diff)
downloadscop-master.tar.gz
scop-master.tar.bz2
scop-master.zip
Added gifsHEADmaster
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/main.c b/src/main.c
index 3820cd5..6f4460a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/05/09 10:20:09 by charles #+# #+# */
-/* Updated: 2020/05/14 16:48:35 by charles ### ########.fr */
+/* Updated: 2020/05/14 19:10:40 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,23 +17,8 @@
** - texture
** - parse vt
** - parse coord index of f
-** - transition color/texture
-** - cleaner code
*/
-void debugmat(t_ftmmat4 *mat)
-{
- for (int i = 0; i < 4; i++)
- {
- for (int j = 0; j < 4; j++)
- {
- printf("%.2f, ", mat->m[i * 4 + j]);
- }
- printf("\n");
- }
- printf("\n");
-}
-
int main(int argc, char **argv)
{
t_state state;