ea07ead94fadded new test mesh that is rotated, translation from model is now applied, still need to draw all modl from one mesh
Anakin
2016-10-31 10:46:41 +01:00
e509b1e11cdisplay all models from a mesh, problem, apply different model matrices for each model, solution give a list of all models to ogl controller, where they are handled, next steps: find solution for wrong rotation + draw ALL models instead of only the first
Anakin
2016-10-30 14:22:08 +01:00
5cec0128cddraw all triangles instead of the first 12, added todo section to the README.md, clean up code
Anakin
2016-10-23 16:01:06 +02:00
6d5489a96ctexture now is correctly displayed
Anakin
2016-10-23 15:38:47 +02:00
4f52510ff9texture is now correctly detected and used, there seams to be a problem with the UV. They are not correctly
Anakin
2016-10-22 15:35:06 +02:00
be97fa8e6ffixed crash problem
Anakin
2016-10-22 14:05:46 +02:00
c0a84c7513get all materials, save the texture name for every modl, program crashes at glfwPollEvents(); fix???
Anakin
2016-10-22 13:49:45 +02:00
03553616e7now the tool finds the msh2 chunk even if it is not the 2nd behind HEDR, hence restructured code,
Anakin
2016-10-21 19:24:30 +02:00
211b406c3ddynamical decide whether to use the given texture or solid red
Anakin
2016-10-21 18:56:34 +02:00
c3d73895c7read msh in, handle non UVed msh, next test UVed msh + dynamical switch between UVed/not UVed
Anakin
2016-10-17 17:49:44 +02:00
e583c361ecfasten code, fixed vertex crash, still crashes while getting UV data, vertex are not displayed correctly
Anakin
2016-10-16 16:50:20 +02:00
9700638548integrated mesh import class into OpenGL, Problem with STRP, indices are not logical
Anakin
2016-10-16 12:33:25 +02:00
b2f174d15fclean up code: removed useless variables, moved code into new functions
Anakin
2016-10-12 15:55:36 +02:00
548150f33eevaluate most of MODL chunk, missing GEOM chunk,
Anakin
2016-10-11 13:41:24 +02:00
59446f088fnow all MODL chunks from MSH2 are saved, searching only subchunks and not all behind, finding corrupted size information and trying to continue
Anakin
2016-10-10 12:34:01 +02:00
4f1ff65f71first try to get all MODL and their sub chunks,
Anakin
2016-10-09 16:44:35 +02:00
443675aeaasave name, size and position of every chunk under MSH2
Anakin
2016-09-13 19:48:27 +02:00
05b6e4f9edstarted msh read in
Anakin
2016-09-12 16:49:05 +02:00