Skip to content

Commit d1f7bf5

Browse files
committed
expand the gimbal rings slightly
1 parent c6db007 commit d1f7bf5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/gimbal.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
g2 = rtb.Mesh(
3030
filename=str(path / 'gimbal-ring2.stl'),
3131
color=[31, 184, 72],
32-
scale=(1./3,) * 3
32+
scale=(1.1/3,) * 3
33+
3334
)
3435
# g2.v = [0, 0, 0, 0.4, 0.0, 0]
3536

3637
g3 = rtb.Mesh(
3738
filename=str(path / 'gimbal-ring3.stl'),
3839
color=[240, 103, 103],
39-
scale=(1./3,) * 3
40+
scale=(1.1**2/3,) * 3
4041
)
4142
# g3.v = [0, 0, 0, 0.4, 0, 0]
4243

@@ -45,7 +46,7 @@
4546
scale=(1./(180*3),) * 3,
4647
color=[240, 103, 103]
4748
)
48-
49+
print(path / 'spitfire_assy-gear_up.stl')
4950
env.add(g1)
5051
env.add(g2)
5152
env.add(g3)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy