2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

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

Submodule hecl/extern/libBoo updated: d75c675f7a...181a038901

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