mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
1.0.0.19 Re-release
--Bug fixes -Blur Cuve never worked with strips. -Images with temporal filter width values below 0.6 would sometimes create blank images.
This commit is contained in:
@ -1884,8 +1884,8 @@ void RendererCL<T, bucketT>::ConvertCarToRas(const CarToRas<T>& carToRas)
|
||||
m_CarToRasCL.m_CarLlY = carToRas.CarLlY();
|
||||
m_CarToRasCL.m_CarUrX = carToRas.CarUrX();
|
||||
m_CarToRasCL.m_CarUrY = carToRas.CarUrY();
|
||||
m_CarToRasCL.m_CarHalfX = carToRas.CarHalfX();
|
||||
m_CarToRasCL.m_CarHalfY = carToRas.CarHalfY();
|
||||
m_CarToRasCL.m_CarHalfX = carToRas.CachedCarHalfX();
|
||||
m_CarToRasCL.m_CarHalfY = carToRas.CachedCarHalfY();
|
||||
m_CarToRasCL.m_CarCenterX = carToRas.CarCenterX();
|
||||
m_CarToRasCL.m_CarCenterY = carToRas.CarCenterY();
|
||||
}
|
||||
|
Reference in New Issue
Block a user