Skip to content

feat(object): obj loader#72

Merged
ripel2 merged 28 commits intomainfrom
40-obj-loader
Dec 16, 2024
Merged

feat(object): obj loader#72
ripel2 merged 28 commits intomainfrom
40-obj-loader

Conversation

@MasterLaplace
Copy link
Contributor

@MasterLaplace MasterLaplace commented Dec 9, 2024

Related to:

In short:

  • a vertex component to be used by the Vk-Wrapper, which stores the position of the points, the colour of each point and the texture coordinate
  • a mesh component that will also be used by the Vk-Wrapper, which stores the model's vertices and indices.
  • a MeshLoader to test the management of entt resources (optional)
  • OBJLoader is used to load models

All the classes have been tested and are working.

@MasterLaplace MasterLaplace added enhancement New feature or request test Additions or modifications to tests labels Dec 9, 2024
@MasterLaplace MasterLaplace self-assigned this Dec 9, 2024
@MasterLaplace MasterLaplace linked an issue Dec 9, 2024 that may be closed by this pull request
3 tasks
MasterLaplace and others added 20 commits December 9, 2024 05:51
@MasterLaplace MasterLaplace marked this pull request as draft December 9, 2024 10:56
@MasterLaplace MasterLaplace marked this pull request as ready for review December 10, 2024 05:43
@MasterLaplace MasterLaplace requested review from a team and removed request for Miou-zora December 10, 2024 05:43
@ripel2 ripel2 changed the title Obj loader and Entt Cache Loader test feat(vk-wrapper): obj loader and entt cache loader test Dec 15, 2024
@ripel2 ripel2 changed the title feat(vk-wrapper): obj loader and entt cache loader test feat(object): obj loader Dec 15, 2024
@MasterLaplace MasterLaplace requested a review from ripel2 December 15, 2024 20:38
@sonarqubecloud
Copy link

@ripel2 ripel2 merged commit 9270b8e into main Dec 16, 2024
@ripel2 ripel2 deleted the 40-obj-loader branch December 16, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request test Additions or modifications to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OBJ Loader

2 participants