Updated boo

This commit is contained in:
Jack Andersen 2015-11-16 10:43:53 -10:00
parent 6b6617303b
commit 8bce62290a
2 changed files with 3 additions and 1 deletions

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit d75c675f7a98c0eb40a3b216211328c1728aa479
Subproject commit 181a03890158bae7e7d76cb11497c34e2e9b48c3

View File

@ -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);