how to acesss arguments in ursina entity in Circle Mode #430
Unanswered
Marcilio-prog
asked this question in
Q&A
Replies: 2 comments
-
Can't you just scale the Entity? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is not a natural solution, but it is an idea.Thanks.
…On Mon, Jun 13, 2022 at 1:28 PM Petter Amland ***@***.***> wrote:
Can't you just scale the Entity?
Setting radius on the model should work though, but you'd have to call
.generate() to update the model.
—
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZTPCEXMWZLDFLAVTTDILATVO5OUPANCNFSM5YUDHISA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I´m trying to create an simulation of double slit diffraction.I created the entity
e1=Entity(model=Circle(resolution=64,mode='line',radius=0.23,thickness=3),color=color.white,position=(x_dir,y_top-5.25,z0))
and need to change the radius.How can I get this? The dot operation e1.circle or e1.model.radius does not work
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions