Skip to content

Commit

Permalink
Merge pull request #1 from dayjournal/dev
Browse files Browse the repository at this point in the history
🎉 InitialCommit
  • Loading branch information
dayjournal committed May 24, 2022
2 parents 31ccf3c + 8c16559 commit 21f84d9
Show file tree
Hide file tree
Showing 426 changed files with 15,405 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
node_modules/
.node-version
yarn.lock
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}
153 changes: 152 additions & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,153 @@
# cesium-starter
Start Cesium easily. [Cesium, webpack]

![README02](img/README02.png)

Start Cesium easily.
- [Cesium v1.93.0](https://github.com/CesiumGS/cesium)
- [webpack v5.49.0](https://webpack.js.org)
- node v16.10.0
- npm v7.24.0

<br>

## Usage

![README03](img/README03.png)

<br>

Install package

```bash
npm install
```

<br>

Add link to widgets.css

/node_modules/cesium/package.json

```json
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./Source/Cesium.js"
},
"./Build/Cesium/Widgets/widgets.css": "./Build/Cesium/Widgets/widgets.css"
},
```

<br>

build

```bash
npm run build
```

<br>

dev

```bash
npm run dev
```

---

<br>
<br>

![README01](img/README01.gif)

<br>

## License
MIT

Copyright (c) 2022 Yasunori Kirimoto

<br>

---

<br>

### Japanese

<br>

# Cesium スターター

![README02](img/README02.png)

Cesiumを手軽に始める
- [Cesium v1.93.0](https://github.com/CesiumGS/cesium)
- [webpack v5.49.0](https://webpack.js.org)
- node v16.10.0
- npm v7.24.0

<br>

## 使用方法

![README03](img/README03.png)

<br>

パッケージインストール

```bash
npm install
```

<br>

widgets.cssのリンクを追加

/node_modules/cesium/package.json

```json
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./Source/Cesium.js"
},
"./Build/Cesium/Widgets/widgets.css": "./Build/Cesium/Widgets/widgets.css"
},
```



<br>

ビルド

```bash
npm run build
```

<br>

開発

```bash
npm run dev
```

<br>
<br>

![README01](img/README01.gif)

<br>

## ライセンス
MIT

Copyright (c) 2022 Yasunori Kirimoto

<br>
11 changes: 11 additions & 0 deletions _resouce/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
html,
body {
height: 100%;
padding: 0;
margin: 0;
}

#map {
z-index: 0;
height: 100%;
}
23 changes: 23 additions & 0 deletions _resouce/js/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
const m_mono = new Cesium.UrlTemplateImageryProvider({
url: 'https://tile.mierune.co.jp/mierune_mono/{z}/{x}/{y}.png',
credit: new Cesium.Credit(
"Maptiles by <a href='http://mierune.co.jp' target='_blank'>MIERUNE</a>, under CC BY. Data by <a href='http://osm.org/copyright' target='_blank'>OpenStreetMap</a> contributors, under ODbL."
),
});

const viewer = new Cesium.Viewer('map', {
baseLayerPicker: false,
geocoder: false,
homeButton: false,
timeline: false,
animation: false,
imageryProvider: m_mono,
});

viewer.camera.flyTo({
destination: Cesium.Cartesian3.fromDegrees(139.5, 33.0, 100000.0),
orientation: {
pitch: -0.3,
roll: -0.25,
},
});
3 changes: 3 additions & 0 deletions _resouce/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import 'cesium/Build/Cesium/Widgets/widgets.css';
import './css/style.css';
import './js/script.js';
13 changes: 13 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cesium Starter</title>
</head>
<body>
<div id="map"></div>
<script src="app.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/2a0c2998445d1ea07470.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_0.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_10.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_11.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_12.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_13.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_14.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_15.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_16.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_17.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_18.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_19.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_20.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_21.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_22.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_23.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_24.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_25.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_26.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_27.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_3.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_4.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_5.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_6.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_7.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_8.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Assets/IAU2006_XYS/IAU2006_XYS_9.json

Large diffs are not rendered by default.

Binary file added docs/Assets/Images/bing_maps_credit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/cesium_credit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/google_earth_credit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/ion-credit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/LensFlare/DirtMask.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/LensFlare/StarBurst.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/0/0/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/0/1/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/0/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/0/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/1/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/1/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/2/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/2/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/3/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/1/3/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/0/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/0/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/0/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/0/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/1/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/1/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/1/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/1/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Textures/NaturalEarthII/2/2/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/2/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/2/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/2/3.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/3/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/3/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/3/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/3/3.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/4/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/4/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/4/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/4/3.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/5/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/5/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/5/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/5/3.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/6/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/6/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/6/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/6/3.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/7/0.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/7/1.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/7/2.jpg
Binary file added docs/Assets/Textures/NaturalEarthII/2/7/3.jpg
14 changes: 14 additions & 0 deletions docs/Assets/Textures/NaturalEarthII/tilemapresource.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
<Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title>
<Abstract></Abstract>
<SRS>EPSG:4326</SRS>
<BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/>
<Origin y="-90.00000000000000" x="-180.00000000000000"/>
<TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/>
<TileSets profile="geodetic">
<TileSet href="0" units-per-pixel="0.70312500000000" order="0"/>
<TileSet href="1" units-per-pixel="0.35156250000000" order="1"/>
<TileSet href="2" units-per-pixel="0.17578125000000" order="2"/>
</TileSets>
</TileMap>
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_my.jpg
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_px.jpg
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_py.jpg
Binary file added docs/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg
Binary file added docs/Assets/Textures/maki/airfield.png
Binary file added docs/Assets/Textures/maki/airport.png
Binary file added docs/Assets/Textures/maki/alcohol-shop.png
Binary file added docs/Assets/Textures/maki/america-football.png
Binary file added docs/Assets/Textures/maki/art-gallery.png
Binary file added docs/Assets/Textures/maki/bakery.png
Binary file added docs/Assets/Textures/maki/bank.png
Binary file added docs/Assets/Textures/maki/bar.png
Binary file added docs/Assets/Textures/maki/baseball.png
Binary file added docs/Assets/Textures/maki/basketball.png
Binary file added docs/Assets/Textures/maki/beer.png
Binary file added docs/Assets/Textures/maki/bicycle.png
Binary file added docs/Assets/Textures/maki/building.png
Binary file added docs/Assets/Textures/maki/bus.png
Binary file added docs/Assets/Textures/maki/cafe.png
Binary file added docs/Assets/Textures/maki/camera.png
Binary file added docs/Assets/Textures/maki/campsite.png
Binary file added docs/Assets/Textures/maki/car.png
Binary file added docs/Assets/Textures/maki/cemetery.png
Binary file added docs/Assets/Textures/maki/cesium.png
Binary file added docs/Assets/Textures/maki/chemist.png
Binary file added docs/Assets/Textures/maki/cinema.png
Binary file added docs/Assets/Textures/maki/circle-stroked.png
Binary file added docs/Assets/Textures/maki/circle.png
Binary file added docs/Assets/Textures/maki/city.png
Binary file added docs/Assets/Textures/maki/clothing-store.png
Binary file added docs/Assets/Textures/maki/college.png
Binary file added docs/Assets/Textures/maki/commercial.png
Binary file added docs/Assets/Textures/maki/cricket.png
Binary file added docs/Assets/Textures/maki/cross.png
Binary file added docs/Assets/Textures/maki/dam.png
Binary file added docs/Assets/Textures/maki/danger.png
Binary file added docs/Assets/Textures/maki/disability.png
Binary file added docs/Assets/Textures/maki/dog-park.png
Binary file added docs/Assets/Textures/maki/embassy.png
Binary file added docs/Assets/Textures/maki/entrance.png
Binary file added docs/Assets/Textures/maki/farm.png
Binary file added docs/Assets/Textures/maki/fast-food.png
Binary file added docs/Assets/Textures/maki/ferry.png
Binary file added docs/Assets/Textures/maki/fire-station.png
Binary file added docs/Assets/Textures/maki/fuel.png
Binary file added docs/Assets/Textures/maki/garden.png
Binary file added docs/Assets/Textures/maki/gift.png
Binary file added docs/Assets/Textures/maki/golf.png
Binary file added docs/Assets/Textures/maki/grocery.png
Binary file added docs/Assets/Textures/maki/hairdresser.png
Binary file added docs/Assets/Textures/maki/harbor.png
Binary file added docs/Assets/Textures/maki/heart.png
Binary file added docs/Assets/Textures/maki/heliport.png
Binary file added docs/Assets/Textures/maki/hospital.png
Binary file added docs/Assets/Textures/maki/ice-cream.png
Binary file added docs/Assets/Textures/maki/industrial.png
Binary file added docs/Assets/Textures/maki/land-use.png
Binary file added docs/Assets/Textures/maki/laundry.png
Binary file added docs/Assets/Textures/maki/library.png
Binary file added docs/Assets/Textures/maki/lighthouse.png
Binary file added docs/Assets/Textures/maki/lodging.png
Binary file added docs/Assets/Textures/maki/logging.png
Binary file added docs/Assets/Textures/maki/london-underground.png
Binary file added docs/Assets/Textures/maki/marker-stroked.png
Binary file added docs/Assets/Textures/maki/marker.png
Binary file added docs/Assets/Textures/maki/minefield.png
Binary file added docs/Assets/Textures/maki/mobilephone.png
Binary file added docs/Assets/Textures/maki/monument.png
Binary file added docs/Assets/Textures/maki/museum.png
Binary file added docs/Assets/Textures/maki/music.png
Binary file added docs/Assets/Textures/maki/oil-well.png
Binary file added docs/Assets/Textures/maki/park.png
Binary file added docs/Assets/Textures/maki/park2.png
Binary file added docs/Assets/Textures/maki/parking-garage.png
Binary file added docs/Assets/Textures/maki/parking.png
Binary file added docs/Assets/Textures/maki/pharmacy.png
Binary file added docs/Assets/Textures/maki/pitch.png
Binary file added docs/Assets/Textures/maki/place-of-worship.png
Binary file added docs/Assets/Textures/maki/playground.png
Binary file added docs/Assets/Textures/maki/police.png
Binary file added docs/Assets/Textures/maki/polling-place.png
Binary file added docs/Assets/Textures/maki/post.png
Binary file added docs/Assets/Textures/maki/prison.png
Binary file added docs/Assets/Textures/maki/rail-above.png
Binary file added docs/Assets/Textures/maki/rail-light.png
Binary file added docs/Assets/Textures/maki/rail-metro.png
Binary file added docs/Assets/Textures/maki/rail-underground.png
Binary file added docs/Assets/Textures/maki/rail.png
Binary file added docs/Assets/Textures/maki/religious-christian.png
Binary file added docs/Assets/Textures/maki/religious-jewish.png
Binary file added docs/Assets/Textures/maki/religious-muslim.png
Binary file added docs/Assets/Textures/maki/restaurant.png
Binary file added docs/Assets/Textures/maki/roadblock.png
Binary file added docs/Assets/Textures/maki/rocket.png
Binary file added docs/Assets/Textures/maki/school.png
Binary file added docs/Assets/Textures/maki/scooter.png
Binary file added docs/Assets/Textures/maki/shop.png
Binary file added docs/Assets/Textures/maki/skiing.png
Binary file added docs/Assets/Textures/maki/slaughterhouse.png
Binary file added docs/Assets/Textures/maki/soccer.png
Binary file added docs/Assets/Textures/maki/square-stroked.png
Binary file added docs/Assets/Textures/maki/square.png
Binary file added docs/Assets/Textures/maki/star-stroked.png
Binary file added docs/Assets/Textures/maki/star.png
Binary file added docs/Assets/Textures/maki/suitcase.png
Binary file added docs/Assets/Textures/maki/swimming.png
Binary file added docs/Assets/Textures/maki/telephone.png
Binary file added docs/Assets/Textures/maki/tennis.png
Binary file added docs/Assets/Textures/maki/theatre.png
Binary file added docs/Assets/Textures/maki/toilets.png
Binary file added docs/Assets/Textures/maki/town-hall.png
Binary file added docs/Assets/Textures/maki/town.png
Binary file added docs/Assets/Textures/maki/triangle-stroked.png
Binary file added docs/Assets/Textures/maki/triangle.png
Binary file added docs/Assets/Textures/maki/village.png
Binary file added docs/Assets/Textures/maki/warehouse.png
Binary file added docs/Assets/Textures/maki/waste-basket.png
Binary file added docs/Assets/Textures/maki/water.png
Binary file added docs/Assets/Textures/maki/wetland.png
Binary file added docs/Assets/Textures/maki/zoo.png
Binary file added docs/Assets/Textures/moonSmall.jpg
1 change: 1 addition & 0 deletions docs/Assets/Textures/pin.svg
Binary file added docs/Assets/Textures/waterNormals.jpg
Binary file added docs/Assets/Textures/waterNormalsSmall.jpg
1 change: 1 addition & 0 deletions docs/Assets/approximateTerrainHeights.json

Large diffs are not rendered by default.

Loading

0 comments on commit 21f84d9

Please sign in to comment.