is it possible to set the tile texture filters?

hi,

I was wondering if it is possible to set the texture (min / mag) filter for image tiles — and if yes, how. ultimately I would like to have a bit more control over how the tiles look, when they are scaled up or down.

thanks!

There is no access to the imagery texture filters on the public API; however, you can modify the source. You can change the samplers here: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/ImageryLayer.js#L773.

Dan

ok, thanks dan.