Skip to content

Commit

Permalink
adaptations to the new location
Browse files Browse the repository at this point in the history
  • Loading branch information
hcschuetz committed May 15, 2024
1 parent 88b92a2 commit eccbf5c
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 560 deletions.
535 changes: 6 additions & 529 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion earth/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<input id="showTexture" type="checkbox" style="justify-self: left;">
</div>
<div class="info">
<a href="https://github.com/hcschuetz/octasphere/tree/main/earth#readme"
<a href="https://github.com/hcschuetz/sphere-texturing/tree/main/earth#readme"
target="_blank"
>Explanations</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion earth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<input id="showTexture" type="checkbox" style="justify-self: left;">
</div>
<div class="info">
<a href="https://github.com/hcschuetz/octasphere/tree/main/earth#readme"
<a href="https://github.com/hcschuetz/sphere-texturing/tree/main/earth#readme"
target="_blank"
>Explanations</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions earth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion earth/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "octasphere-lab",
"name": "sphere-texturing-earth",
"version": "1.0.0",
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion map-transformations/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Map Transformations
===================

[This web application](https://hcschuetz.github.io/octasphere/map-transformations/dist/)
[This web application](https://hcschuetz.github.io/sphere-texturing/map-transformations/dist/)
shows different ways of projecting a sphere to a flat map.

(See [here](https://en.wikipedia.org/wiki/File:Blue_Marble_Next_Generation_%2B_topography_%2B_bathymetry.jpg)
Expand Down
46 changes: 23 additions & 23 deletions map-transformations/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Icosphere Sprite Sheet</title>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Icosphere Sprite Sheet</title>
<style>
body {
width: 100%;
Expand Down Expand Up @@ -39,21 +39,21 @@
stroke-width: 0;
font: 3px sans-serif;
}
</style>
</style>
<script type="module" crossorigin src="./assets/index-0m6urXNF.js"></script>
</head>
<body>
<svg id="selector"
viewBox="0 0 70 100"
xmlns="http://www.w3.org/2000/svg"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
stroke="#24f"
fill="#24f"
>
</svg>

<canvas id="renderCanvas"></canvas>
</body>
</html>
</head>
<body>
<svg id="selector"
viewBox="0 0 70 100"
xmlns="http://www.w3.org/2000/svg"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
stroke="#24f"
fill="#24f"
>
</svg>

<canvas id="renderCanvas"></canvas>
</body>
</html>
Expand Down
4 changes: 2 additions & 2 deletions map-transformations/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eccbf5c

Please sign in to comment.