mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
samples for pseudogons and fake inf polygon
This commit is contained in:
parent
ad6430a97f
commit
403f38521e
8
tessellations/sample/fake-inf-polygon.tes
Normal file
8
tessellations/sample/fake-inf-polygon.tes
Normal file
@ -0,0 +1,8 @@
|
||||
## use the *inf system but for material points
|
||||
intslider(valence,3,3,MAX_VALENCE)
|
||||
intslider(sides,10,3,MAX_EDGE)
|
||||
h2.
|
||||
distunit(arcmedge(sides:^valence))
|
||||
let(u = 360*deg/valence)
|
||||
unittile(u,*inf)
|
||||
conway("(0 0)")
|
8
tessellations/sample/pseudogons.tes
Normal file
8
tessellations/sample/pseudogons.tes
Normal file
@ -0,0 +1,8 @@
|
||||
## {inf, k} but with ultraideal vertices
|
||||
intslider(valence,3,3,MAX_VALENCE)
|
||||
slider(multiplier, 1.1, 1, 2)
|
||||
h2.
|
||||
distunit(arcmedge(inf:^valence)*multiplier)
|
||||
let(u = 360*deg/valence)
|
||||
unittile(u,*inf)
|
||||
conway("(0 0)")
|
Loading…
Reference in New Issue
Block a user