Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Kivy users support
Conversations
Labels
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Pyrender Scene object in Kivy
54 views
pyrender
Skip to first unread message
Fred Domptail
unread,
Oct 22, 2019, 5:15:53 AM
10/22/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Hi all,
Would any of you know if it is possible it include a pyrender.scene object into a Kivy widget?
Pyrender is a very usefull tool to render 3D object in Python (
https://pyrender.readthedocs.io
)
Many thanks
Fred
Robert Flatt
unread,
Oct 22, 2019, 1:11:21 PM
10/22/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Every Kivy Widget has a canvas to draw on, the rest is just details ;) for example (a different render drawing on a canvas):
https://kivy.org/doc/stable/examples/gen__3Drendering__main__py.html
A starting point might be mapping the output of pyrender.OffscreenRender() and drawing to a canvas. Eventually you might want to think about subclassing pyrenderer.Viewer()
Reply all
Reply to author
Forward
0 new messages