FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(object): obj loader by MasterLaplace · Pull Request #72 · EngineSquared/EngineSquared · GitHub

feat(object): obj loader - #72

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

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

Conversation

MasterLaplace commented Dec 9, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

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 added enhancement New feature or request test Additions or modifications to tests labels Dec 9, 2024
MasterLaplace self-assigned this Dec 9, 2024
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 marked this pull request as draft December 9, 2024 10:56
MasterLaplace marked this pull request as ready for review December 10, 2024 05:43
MasterLaplace requested review from a team and removed request for Miou-zora December 10, 2024 05:43
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 changed the title feat(vk-wrapper): obj loader and entt cache loader test feat(object): obj loader Dec 15, 2024
MasterLaplace requested a review from ripel2 December 15, 2024 20:38

Copy link
Copy Markdown

ripel2 merged commit 9270b8e into main Dec 16, 2024
ripel2 deleted the 40-obj-loader branch December 16, 2024 09:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL