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
- Host: GitHub
- URL: https://github.com/nicogis/webgl
- Owner: nicogis
- Created: 2017-08-01T16:13:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T14:37:00.000Z (9 months ago)
- Last Synced: 2025-06-01T02:55:53.925Z (24 days ago)
- Topics: arcgis-js-api, collada-model, sweeper, webgl
- Language: JavaScript
- Size: 18.5 MB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LabUseful 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)