Replies: 1 comment 1 reply
-
This got fixed a while ago. Try updating. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to draw a non-filled circle?
I tried Entity(model=Circle(mode='line')) but got this error:
File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\Lib\site-packages\ursina\models\procedural\circle.py", line 16, in init
self.vertices.append(verts[0])
NameError: name 'verts' is not defined
Any body help
Beta Was this translation helpful? Give feedback.
All reactions