quantized-mesh icon indicating copy to clipboard operation
quantized-mesh copied to clipboard

Specification for streaming massive terrain datasets for 3D visualization.

Results 9 quantized-mesh issues
Sort by recently updated
recently updated
newest added

Add a link at the top to Cesium ion as a tool that generates quantized-mesh terrain. @mramato Can you review and merge?

The quantized mesh representation relies on a `layer.json` file that is [mentioned in the README](https://github.com/CesiumGS/quantized-mesh#tiling-scheme-and-coordinate-system), but there is virtually no information about what this file actually is. There was a...

--- name: Road Mask Feature Request about: Similar to the water mask, the road mask would allow a separate rendering style for roads. --- **The Problem To Be Solved** The...

I would like to use the quantized-mesh terrain format using a WebMercator tiling scheme. The spec states that it uses the `Tile Map Service (TMS) layout and global-geodetic profile`, but...

The paper that the spec refers to that defines oct encoding of normals talks about the snorm8 data type, which they define on page 6 as having an integer representation...

"Values in the mask are defined from north-to-south, west-to-east; the first byte in the mask defines the watermask value for the northwest corner of the tile." This doesn't make it...

Just adding some notes regarding the spec and what should be clarified. Judging from the description of the index buffer, it sounds like you could run into a situation where...

For devs who want to create their own quantized mesh tiles, it would be helpful in the spec to have algorithms describing that process. It's great that there are very...