[Question] How do I create a custom mesh from a list/array of vertices? #1112
Answered
by
jrouwe
Mahmoud1205
asked this question in
Q&A
-
This is my Vertex struct struct Vertex {
glm::vec3 Position;
glm::vec3 Normal;
glm::vec2 TexCoords
} I have a list of indices too |
Beta Was this translation helpful? Give feedback.
Answered by
jrouwe
May 26, 2024
Replies: 1 comment 2 replies
-
Here's an example: JoltPhysics/Samples/Tests/Character/CharacterBaseTest.cpp Lines 413 to 455 in 6370b0f |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mahmoud1205
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example:
JoltPhysics/Samples/Tests/Character/CharacterBaseTest.cpp
Lines 413 to 455 in 6370b0f