2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Vulkan matrix experiment

This commit is contained in:
Jack Andersen
2016-07-26 20:14:05 -10:00
parent dcd41271c3
commit 8d2c711265
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ void ViewManager::ParticleView::draw(boo::IGraphicsCommandQueue *gfxQ)
m_thermColdFilter.setScale(std::sin(m_theta) * 0.5f + 0.5f);
m_thermColdFilter.setShift(m_random.Next() % 32);
m_thermColdFilter.draw();
//m_thermColdFilter.draw();
}
if (m_vm.m_partGen)
{