From f7e195a140c122d94d8af4cead1813a1e07b95ee Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 25 Nov 2015 14:22:55 -1000 Subject: [PATCH] Updated libBoo --- hecl/extern/libBoo | 2 +- hecl/lib/Runtime/HMDL.cpp | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index 3bcfa99b5..6c83991e2 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit 3bcfa99b5aa5a9c5b74da24b0089775a20fe141c +Subproject commit 6c83991e2a297ccf4b47a87b098b50bd9ab06c6b diff --git a/hecl/lib/Runtime/HMDL.cpp b/hecl/lib/Runtime/HMDL.cpp index 7e7407943..afdba34b8 100644 --- a/hecl/lib/Runtime/HMDL.cpp +++ b/hecl/lib/Runtime/HMDL.cpp @@ -38,19 +38,19 @@ boo::IVertexFormat* HMDLData::NewVertexFormat(boo::IGraphicsDataFactory* factory vdescs[i].indexBuffer = ibo; } - vdescs[0].semantic = boo::VertexSemantic::Position; - vdescs[1].semantic = boo::VertexSemantic::Normal; + vdescs[0].semantic = boo::VertexSemantic::Position3; + vdescs[1].semantic = boo::VertexSemantic::Normal3; size_t e = 2; for (size_t i=0 ; i