Displaying terrain wireframe in 1.0

Hello,

Is it still possible to display terrain wireframe in 1.0?

Using globe._surface._debug.wireframe = true does not have effects any
more. Test case at checkbox at http://dev.camptocamp.com/files/gberaudo/v1.0/

BR,

Guillaume

Hi Guillaume,

Try this:

globe._surface._tileProvider._debug.wireframe = true;

Kevin

Thanks Kevin, it works.

Guillaume

Also, Cesium Inspector has a UI with a terrain section, with a checkbox for wireframe.

–Ed.