cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit b86904bd96 - Show all commits

View File

@ -255,7 +255,7 @@ class Beam:
spine_length: float = 10.0
total_height: float = 50.0
hole_diam: float = 8.0
hole_diam: float = 6.0
# distance between the centres of the two holes
hole_dist: float = 24.0

View File

@ -58,6 +58,8 @@ class WingProfile(Model):
wrist_joint: ElbowJoint = field(default_factory=lambda: ElbowJoint(
disk_joint=DiskJoint(
movement_angle=45,
radius_disk=13.0,
radius_housing=15.0,
),
flip=True,
))