Commit Graph

6 Commits

Author SHA1 Message Date
fab70ddc86 Add support for textures 2021-01-30 17:43:17 +01:00
c4fb7ff1d8 Add support for material color
The GL_DEPTH_TEST (in the Window.java) has been disabled (removed)
because in the 2D graphics we don't need that, even more it was making
alpha color-channel unusable.
2021-01-30 14:58:49 +01:00
a0d46a3b82 Create view and projection matrix for Camera 2021-01-30 14:21:56 +01:00
89ed1b9571 Create model matrix for Object 2021-01-30 14:21:50 +01:00
17d8c9406f Put the OpenGL to work 2021-01-30 14:21:39 +01:00
f480fffc8e Create empty game window 2021-01-30 10:27:04 +01:00