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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user