|
|
1f6079dd25
|
added ability to resize models so I don't have to tinker with gun model.
|
2022-06-16 14:04:18 +01:00 |
|
|
|
cf964bf235
|
Unload textures when model is deleted, and remove warnings.
|
2022-06-14 14:34:30 +01:00 |
|
|
|
16dd10f252
|
Allowed user to quite the program with the escape key.
|
2022-06-13 13:25:04 +01:00 |
|
|
|
3dd235397a
|
Actually added textures to loaded texture buffer so we can skip loading already loaded texetures.
|
2022-06-09 13:47:55 +01:00 |
|
|
|
18a785613d
|
The engine can now import models with textures but bugs.
More complex models have a bug where the same textures are potentially
being loaded too many times.
|
2022-05-31 14:43:44 +01:00 |
|
|
|
037233ddf2
|
fixed filename issue, (WARNING next bug may brick machine)
|
2022-04-29 16:40:03 +01:00 |
|
|
|
685aafd45f
|
Fixed being stuck in an infinite loop whilst loading model indecies
|
2022-04-29 16:28:16 +01:00 |
|
|
|
753ec9c857
|
Attempted to follow this tutorial to add model loading.
https://learnopengl.com/Model-Loading/Model
Currently getting an error from assimp claiming it's missing data from
the example model.
|
2022-04-29 15:03:35 +01:00 |
|
|
|
644ac26403
|
Imported tool for loading models
|
2022-04-29 12:30:41 +01:00 |
|
|
|
fd0acf3dde
|
Models now heve their own relative position (needs optimiseation)
|
2022-04-22 12:43:51 +01:00 |
|
|
|
9fcc98fdf4
|
Added model class with the ability to hold multiple models.
|
2022-04-21 14:15:02 +01:00 |
|