-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddf5175
commit 4945d9d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule geo-three
updated
16 files
+5 −7 | build/geo-three.js | |
+5 −7 | build/geo-three.module.js | |
+7 −7 | example/app.js | |
+ − | example/disc.png | |
+30 −30 | example/index.html | |
+ − | example/terrain/mntn_dark_d.webp | |
+ − | example/terrain/mntn_white_d.webp | |
+ − | example/terrain/savanna_green_d.webp | |
+ − | example/terrain/snow1_d.webp | |
+4 −3 | package.json | |
+2 −5 | source/providers/RasterMapProvider.ts | |
+3 −3 | source/utils/UnitsUtils.ts | |
+6 −6 | webapp/MapQuantizedMeshHeightNode.ts | |
+464 −286 | webapp/MaterialHeightShader.ts | |
+32 −44 | webapp/SunLight.ts | |
+547 −789 | webapp/app.ts |