mirror of https://github.com/AxioDL/metaforce.git
Updated boo
This commit is contained in:
parent
6b6617303b
commit
8bce62290a
|
@ -1 +1 @@
|
||||||
Subproject commit d75c675f7a98c0eb40a3b216211328c1728aa479
|
Subproject commit 181a03890158bae7e7d76cb11497c34e2e9b48c3
|
|
@ -159,6 +159,8 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
||||||
gfxQ->clearTarget();
|
gfxQ->clearTarget();
|
||||||
gfxQ->setDrawPrimitive(boo::PrimitiveTriStrips);
|
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));
|
vubo->load(&vuboData, sizeof(vuboData));
|
||||||
|
|
||||||
gfxQ->setShaderDataBinding(binding);
|
gfxQ->setShaderDataBinding(binding);
|
||||||
|
|
Loading…
Reference in New Issue