This commit is contained in:
2026-04-08 12:19:02 -05:00
parent a8f55d2ebe
commit 788f242c47

View File

@@ -212,7 +212,7 @@ Archimedes::Body readOBJ(std::string path, Archimedes::Shader shader) {
Archimedes::VertexBuffer(verticies),
Archimedes::IndexArray(indicies),
Archimedes::VertexLayout({
Archimedes::LayoutElement(Archimedes::LayoutElement::Type::Float, 3, 3 * sizeof(float), 0),
Archimedes::LayoutElement(Archimedes::LayoutElement::Type::Float, 3),
}),
shader
);