Skip to content

Commit

Permalink
šŸ§¬šŸŖ ā† Planet generator now running when requested by #16, returns imagā€¦
Browse files Browse the repository at this point in the history
ā€¦e as request for #18
  • Loading branch information
Gizmotronn committed Mar 17, 2023
1 parent d61c265 commit e3b9261
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 478 deletions.
1 change: 0 additions & 1 deletion database/ansible/Generator/colour.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np


biome_deep_water = {
"maxA": 0,
"minA": None,
Expand Down
2 changes: 0 additions & 2 deletions database/ansible/Generator/geometry.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import numpy as np


def dot(a, b):
x1, y1, z1 = a
x2, y2, z2 = b
return x1 * x2 + y1 * y2 + z1 * z2
x

def cos_vec(a, b):
return dot(a, b) / np.sqrt(dot(a, a) * dot(b, b))
Expand Down
198 changes: 0 additions & 198 deletions database/ansible/Generator/main.py

This file was deleted.

68 changes: 0 additions & 68 deletions database/ansible/Generator/main2D.py

This file was deleted.

35 changes: 0 additions & 35 deletions database/ansible/Generator/main_gif.py

This file was deleted.

Loading

0 comments on commit e3b9261

Please sign in to comment.