3D interlacing in Cesium

Hello,

I have created a web application using Cesium 1.6.

While rendering I wanted to put 3D interlacing shades in Cesium.

Any suggestion?

Thank You,
Chakresh Singh

There’s no easy way to do this. You could look into the post-process branch of Cesium (https://github.com/AnalyticalGraphicsInc/cesium/compare/postprocess-hook) but it’s out of date and would also require writing custom shaders. It’s also a random dev branch and has no official support.

The best option for now may be to look into something like Seriously.js and see if it can be made to work with Cesium. I haven’t tried it but it sounds promising: https://github.com/brianchirls/Seriously.js If you get it working I would be interested in hearing about it.