An open API service indexing awesome lists of open source software.

https://github.com/nicogis/webgl

WebGL - ArcGIS API Javascript
https://github.com/nicogis/webgl

arcgis-js-api collada-model sweeper webgl

Last synced: 10 days ago
JSON representation

WebGL - ArcGIS API Javascript

Awesome Lists containing this project

README

        

## ArcGIS Javascript API Samples using WebGL

Samples [forked](https://github.com/jkieboom/devsummit-palm-springs-2017) from DS2017

[Sample 1](https://nicogis.github.io/WebGL/index01.html)
Description: visualizes ECEF coordinate system. See for details this [link](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-externalRenderers.html).

[Sample 2](https://nicogis.github.io/WebGL/index02.html)
Description: Camera and lighting.

[Sample 3](https://nicogis.github.io/WebGL/index03.html)
Description: Precision.

[Sample 4](https://nicogis.github.io/WebGL/index04.html)
Description: three.js. Adds box three.js in scene.

[Sample 5](https://nicogis.github.io/WebGL/index05.html)
Description: Animation.

[Sample 6](https://nicogis.github.io/WebGL/index06.html)
Description: Video texture. Drag with the CTRL key to create a box texture and then click on it to start the video.

[Animated Flow](https://github.com/Esri/animated-flow-ts)
Description: Flow.

[Sample 8](https://nicogis.github.io/WebGL/Sweeper.html)
Description: Loads collada model (a sweeper) with three.js.

[Tectonic](https://jkieboom.github.io/devsummit-palm-springs-2018/demos/tectonic/)
Description: Tectonic (dev summit 2018)

[Animated windmills](https://developers.arcgis.com/javascript/latest/sample-code/custom-render-node-windmills/live/)
Description: Custom RenderNode - Animated Windmills

[Realistic water visualization in 3D](https://developers.arcgis.com/javascript/latest/sample-code/visualization-realistic-water/live/)
Description: Realistic water visualization in 3D

[Renderer Skeleton](https://nicogis.github.io/externalRendererSkeleton/)
Description: Renderer Skeleton

[Esri's Applications Prototype Lab](https://maps.esri.com/portal/WebApps/index.html)
Description: Samples from Esri’s Applications Prototype Lab

Useful links:
- [External Renderer with API JS ArcGIS - Deprecated](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-externalRenderers.html)
- [RenderNode with API JS ArcGIS - since ArcGIS Maps SDK for JavaScript 4.29](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderNode.html)
- [Three.js](https://threejs.org/)
- [WebGL](https://webglfundamentals.org)