Any idea what happend to the "glowing" pillar? The flowers on the pillar seem to alpha blend with my background instead of with the pillar.
const XMVECTORF32 background_color = { 0.0f, 0.117647058f, 0.149019608f, 1.000000000f }; m_device_context->ClearRenderTargetView(m_render_target_view.Get(), background_color);
If I change the background_color to red, the pillar flowers become red as well?