Commit Graph

357 Commits

Author SHA1 Message Date
h4570 92d5ad7ad0 Merge branch 'develop' of https://github.com/ps2-tyra/tyra into develop 2020-12-27 13:40:04 +01:00
h4570 e987089df0 fixed floors bug 2020-12-27 13:39:44 +01:00
Sandro Sobczyński 89295ff27a Merge pull request #76 from h4570/feature/floors
Floors sample refactor, PNGLoader refactor
2020-12-26 17:30:35 +01:00
h4570 d0c2dfcaa3 disabled file service 2020-12-26 17:29:07 +01:00
h4570 7f9f86d7c3 added draw() in array mode 2020-12-26 13:31:43 +01:00
h4570 91772a905c cleanup 2020-12-26 13:31:30 +01:00
Sandro Sobczyński 8a8d453ee0 Merge pull request #75 from h4570/feature/renderer
Renderer: VU1 optimizations
2020-12-26 13:30:45 +01:00
h4570 8406dcee72 added optimized array mode to draw() 2020-12-26 13:29:37 +01:00
Michał Mostowik 4c8ead755b Merge pull request #74 from h4570/feature/renderer
New VU1 renderer, added VCL preprocessor
2020-12-24 14:38:39 +01:00
h4570 aeb25ad398 new vu1 renderer, added vcl preprocessor 2020-12-24 14:35:13 +01:00
h4570 d60d42cac6 removed unecessary include 2020-12-24 13:09:13 +01:00
h4570 c0ece7206c tweaked vu1 packets a bit 2020-12-24 13:08:03 +01:00
Michał Mostowik 096f2490ec Merge pull request #73 from h4570/feature/renderer
Renderer: optimized calcs of model-view-proj matrix
2020-12-24 12:53:48 +01:00
h4570 b4fe16dccc added manual calcs of model-view-proj matrix 2020-12-24 12:45:09 +01:00
Michał Mostowik 469ef48051 Merge pull request #71 from h4570/refactor/matrix
Refactor of Matrix and Vector3 class.
2020-12-24 10:54:04 +01:00
h4570 91934df5e8 fixed warning 2020-12-24 10:35:04 +01:00
h4570 e39c8c5de8 changes to match latest matrix/vector3 api 2020-12-24 10:34:56 +01:00
h4570 8589a298da added comments, increased performance 2020-12-24 10:33:30 +01:00
h4570 5a932b35ca fixed bug, added full rotation 2020-12-24 10:32:51 +01:00
h4570 7dd8947612 added vec3 multiply 2020-12-23 22:38:57 +01:00
h4570 4b2deb8b39 matrix refactor 2020-12-23 22:10:12 +01:00
h4570 e0ad58f72f fixed bug with matrix multiply 2020-12-23 20:28:41 +01:00
h4570 f95e805d33 added data alignment 2020-12-23 20:28:28 +01:00
h4570 b935d4da13 fixed newline warning 2020-12-23 20:24:08 +01:00
Sandro Sobczyński f6cbac7c20 Merge pull request #69 from Foxar/develop
BoundingBox refactor using new class.
2020-12-21 20:36:34 +01:00
Foxar 3af3576203 Added: Multiple doxygen @returns comments. 2020-12-21 20:35:09 +01:00
Foxar ae3dd737e5 Changed: Multiple const additions. 2020-12-21 20:28:26 +01:00
Foxar 23ea1a28f6 Changed: Comments, boundingbox getters in mesh.hpp 2020-12-21 20:22:40 +01:00
Foxar 115dac21bc Changed: Return types in mesh_frame and mesh_materials for getBoundingBoxVertex() to const. 2020-12-21 20:15:18 +01:00
Foxar f8f91c6b49 Changed: Return type of getVertex() to be const. 2020-12-21 20:09:00 +01:00
Foxar 8137bd56d8 Changed: Usage of getVertices()[y] to getVertex(y) 2020-12-21 20:07:34 +01:00
Foxar cf07cf78c8 Added: Comment for BoundingBox constructor parameters. 2020-12-21 20:06:55 +01:00
Foxar 13f6a2ecb7 Changed: Changed manual deep-copy of parameter vertex array to usage of memcpy() 2020-12-21 20:02:51 +01:00
Foxar 9e1a9e8b3c Changed: Renamed getBoundingBox() to getBoundingBoxVertices() as the function returns the array of vertices from the BoundingBox object. 2020-12-21 19:41:29 +01:00
Foxar 5c232aebce Removed: Newline below a doxygen comment. 2020-12-21 19:32:40 +01:00
Foxar 586fe136ea Changed: Removed old vertex array boundingbox declaration, forced usage of temporary vector array in initial boundingbox calculations. 2020-12-21 19:05:33 +01:00
Foxar 02d7916925 Fixed: Fixed incorrect naming of boundingbox constructor parameters. 2020-12-21 19:04:34 +01:00
Foxar 1cc1e62ed6 Fixed: Fixed incorrect vertex array for-loop iteration. 2020-12-21 19:03:40 +01:00
Foxar 1765885bec Removed: Commented-out ('disabled') method declarations. 2020-12-21 18:57:01 +01:00
Foxar d835f83e51 Added: New BoundingBox infrastructure into mesh_material, analogous to mesh_frame. 2020-12-21 18:48:11 +01:00
Foxar 974138d64e Changed: Replaced old getBoundingBox and getBoundingBoxVertex functions with new ones, using the new bounding_box class infrastructure. 2020-12-21 18:31:23 +01:00
Foxar ae15906c99 Added: Accessors in bounding_box class allowing access to vertices array. 2020-12-21 18:30:18 +01:00
Foxar 71ce30a8fc Added: Destructor for boundingbox class. 2020-12-20 14:13:47 +01:00
Foxar 55d8e445db Fixed: Typo in bounding box getters. 2020-12-20 14:12:52 +01:00
Foxar 11a4e2ee76 Changed: Updated makefile to include new boundingboxes. 2020-12-20 14:11:50 +01:00
Foxar 596bf2d89a Added: Mesh_frame getter for BoundingBox object pointer. 2020-12-20 13:44:48 +01:00
Foxar 53c134b0d5 Added: Integrated new BoundingBox class implentation with mesh_frame boundingbox calculations. 2020-12-20 13:38:26 +01:00
Foxar 9b2d39505b Added: BoundingBoxFaces assignments, calculations and doxygen comments. 2020-12-20 13:24:50 +01:00
Foxar 44776f7aba Added: Incomplete implenetation of BoundingBox class and BoundingBoxFace struct. 2020-12-20 13:13:03 +01:00
Sandro Sobczyński bb0ec257b2 Update README.MD 2020-12-19 09:21:58 +01:00