From 8bce62290a24070a1abe49c5c6ff008ceadc37f5 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 16 Nov 2015 10:43:53 -1000 Subject: [PATCH] Updated boo --- hecl/extern/libBoo | 2 +- hecl/test/main.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index d75c675f7..181a03890 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit d75c675f7a98c0eb40a3b216211328c1728aa479 +Subproject commit 181a03890158bae7e7d76cb11497c34e2e9b48c3 diff --git a/hecl/test/main.cpp b/hecl/test/main.cpp index eaf39fe12..399cd934b 100644 --- a/hecl/test/main.cpp +++ b/hecl/test/main.cpp @@ -159,6 +159,8 @@ struct HECLApplicationCallback : boo::IApplicationCallback gfxQ->clearTarget(); gfxQ->setDrawPrimitive(boo::PrimitiveTriStrips); + vuboData.modelview[3][0] = sinf(frameIdx / 60.0) * 0.5; + vuboData.modelview[3][1] = cosf(frameIdx / 60.0) * 0.5; vubo->load(&vuboData, sizeof(vuboData)); gfxQ->setShaderDataBinding(binding);