Hi everyone,
We are starting to build out a post processing framework for Cesium. You may have seen some sneak peeks through our blog or twitter already as we worked on this over the summer.
Below are screenshots of full-screen effects that are supported already (lens flare, depth of field, edge detection, screen-space ambient occlusion).
Our next step is to support post processing on any entity in the scene. Ideally one should be able to select any entity and apply any number of post processing effects to it. Some practical use cases are changing an entity’s color, drawing an outline around it, or having it glow. If you want to emphasize entities from the globe you might apply a saturation filter just to the globe. There are a lot of ideas here and we expect post processing to lead to a big jump in visual quality for Cesium.
If you have ideas for things you would like to see, feel free to discuss here. If you want to follow our progress, check out the roadmap: https://github.com/AnalyticalGraphicsInc/cesium/pull/5615.
For the roadmap use this link instead: https://github.com/AnalyticalGraphicsInc/cesium/issues/5808
The link above points to the current pull request.
Hi,
I was trying to implement it to improve the visual quality of our viewer and I did find our meshes, topologically speaking, are not really suitable for it.
I then used the 3d tile found in the 3D Tiles Photogrammetry Sandcastle example and I saw that the same happens. There is a lot of triangle edges that shouldn’t be shaded that are, giving a bad result. I’m attaching some images so you can see it for yourselves.
I understand that’s not really a problem with Cesium itself but with the tools used to generate the mesh. Have you had any success using the post processing framework AO on 3dTiles generated from a point cloud?
El dilluns, 30 octubre de 2017 16:43:26 UTC+1, Sean Lilley va escriure:
I haven’t tried it on enough tilesets to say, however I figure most of them will look like that. You could try tweaking some of the uniform values in the AO post process and see if it helps.