alipbcs / ZetaRay

Real-time Direct3D 12 path tracer
MIT License
251 stars 5 forks source link

build fails with Tests\TestMath.cpp(376,23): error C2039: 'DegreeToRadians': is not a member of 'ZetaRay::Math' #9

Closed kyamant closed 7 months ago

kyamant commented 7 months ago

Both Release and Debug builds fail: Tests\TestMath.cpp(376,23): error C2039: 'DegreeToRadians': is not a member of 'ZetaRay::Math'

alipbcs commented 7 months ago

Thanks for reporting the issue. Looks like I forgot to refactor the tests after a recent change. I'll push a fix.