mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
29 lines
494 B
Plaintext
29 lines
494 B
Plaintext
## Escher's Circle Limit III, mapped to sphere
|
|
## After mapping circlelimit3.tes, change the tes file to this one
|
|
|
|
s2.
|
|
angleunit(2*pi/3)
|
|
distunit(1)
|
|
distunit(edge(4,3))
|
|
|
|
unittile(1,1,1,1) # YG
|
|
unittile(1,1,1,1) # YB
|
|
unittile(1,1,1,1) # YR
|
|
unittile(1,1,1,1) # RG
|
|
unittile(1,1,1,1) # RB
|
|
unittile(1,1,1,1) # GB
|
|
|
|
c(0,0,3,1,0)
|
|
c(0,1,5,2,0)
|
|
c(0,2,1,3,0)
|
|
c(0,3,2,2,0)
|
|
c(1,0,5,1,0)
|
|
c(1,1,4,0,0)
|
|
c(1,2,2,3,0)
|
|
c(2,0,4,3,0)
|
|
c(2,1,3,2,0)
|
|
c(3,0,5,3,0)
|
|
c(3,3,4,2,0)
|
|
c(4,1,5,0,0)
|
|
|