All Projects → heremaps → quantized-mesh-decoder

heremaps / quantized-mesh-decoder

Licence: MIT license
JavaScript decoder for the Quantized Mesh format

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to quantized-mesh-decoder

blender-terrain
Terrain import is now a part of the blender-osm addon. Get it for free at https://gumroad.com/l/blender-osm
Stars: ✭ 28 (-15.15%)
Mutual labels:  terrain
ngm
swissgeol.ch gives you insight in geoscientific data - above and below the surface.
Stars: ✭ 23 (-30.3%)
Mutual labels:  cesiumjs
Weltenschaft
Open-Source terrain generator 🗺️
Stars: ✭ 41 (+24.24%)
Mutual labels:  terrain
CesiumJsFirstPersonCameraController
cesiumgis.com/
Stars: ✭ 20 (-39.39%)
Mutual labels:  cesiumjs
Procedural-Terrain-Generator-OpenGL
Procedural terrain generator with tessellation | C++ OpenGL 4.1
Stars: ✭ 98 (+196.97%)
Mutual labels:  terrain
CesiumJs3DTileServer
cesiumgis.com/
Stars: ✭ 25 (-24.24%)
Mutual labels:  cesiumjs
terrain-rgb
A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
Stars: ✭ 65 (+96.97%)
Mutual labels:  terrain
VoxelTerrain
This project's main goal is to generate and visualize terrain built using voxels. It was achieved using different approaches and computing technologies just for the sake of performance and implementation comparison.
Stars: ✭ 37 (+12.12%)
Mutual labels:  terrain
Procedural-Terrain-Generation
3D computer graphics program in C++ OpenFrameworks of a procedural terrain generator based on simplex noise with camera movement and real-time adjustable parameters from the GUI
Stars: ✭ 18 (-45.45%)
Mutual labels:  terrain
profiletool
Home to the QGis Profiletool plugin. Initial work on this fork was partially funded by the C.A. La Rioja
Stars: ✭ 23 (-30.3%)
Mutual labels:  terrain
lopocs
Migrated to: https://gitlab.com/Oslandia/lopocs
Stars: ✭ 78 (+136.36%)
Mutual labels:  cesiumjs
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+475.76%)
Mutual labels:  cesiumjs
Blendpeaks
A free and open source addon for Blender. It creates mountain peaks.
Stars: ✭ 78 (+136.36%)
Mutual labels:  terrain
CesiumJsSamples
cesiumgis.com/
Stars: ✭ 31 (-6.06%)
Mutual labels:  cesiumjs
volpy
Volume Calculations for Digital Elevation Models in Python
Stars: ✭ 26 (-21.21%)
Mutual labels:  terrain
cesiumjs-heat
heatmap for cesium | cesium的热力图
Stars: ✭ 40 (+21.21%)
Mutual labels:  cesiumjs
cppcraft
a Minecraft clone written in C++ and OpenGL that includes Minecraft textures, chunks, building, terrain, trees, water, inventories, and more!
Stars: ✭ 75 (+127.27%)
Mutual labels:  terrain
VoronoiIsland
🏝: Voronoi Island
Stars: ✭ 15 (-54.55%)
Mutual labels:  terrain
rikitraki
This repository contains the client code of RikiTraki.com, a map-centric hiking log web application.
Stars: ✭ 16 (-51.52%)
Mutual labels:  cesiumjs
mago3d-CMS
mago3D Project
Stars: ✭ 61 (+84.85%)
Mutual labels:  cesiumjs

Quantized Mesh Decoder

JavaScript decoder for the Quantized Mesh format.

Note: This is experimental code, expect changes.

Installation

In Node.js

The module is installable via yarn (or npm):

yarn add @here/quantized-mesh-decoder
npm install @here/quantized-mesh-decoder

API Reference

import decode from '@here/quantized-mesh-decoder'

decode(buffer, options)
DecoderOptions
  • maxDecodingStep: Number
    Limits how deep decoder should go. Takes of the properties of the DECODING_STEPS map. See import { DECODING_STEPS } from '@here/quantized-mesh-decoder' .
    Default: DECODING_STEPS.extensions.

Links

Sample Tiles Attribution

License

Copyright (C) 2018-2019 HERE Europe B.V.

See the LICENSE file in the root of this project for license details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].