Mateusz Malicki

Results 3 comments of Mateusz Malicki

So here is idea... Instead of converting single property to IQueryable we can build condition expression with test expression extracted from IQueryable we get from OnFilter. This expression(condition) will return...

@iwate I've implemented it by accepting all types of EdmStructuredObject and delegating "postprocessing" materialized objects to convention methods OnDeepInsertXYZ, OnDeepUpdateXYZ etc. I'm not up to date with Restier, but it...

Frustum Culling could be beneficial if performed before sorting splats - less splats to sort (but we have to "pay" for index mapping), smaller buffer to write to gpu (if...