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 pyglet-users
Hello everyone! I'm new to pyglet but not to python game programming.
I have been using pygame and I like it. However, I would like to mix a
3D enviroment with 2D sprites (ie. a 3D enviroment with a 2D character
walking around) and I heard that pyglet does the magic really nicely.
I have looked for examples for this without much luck, only the
examples found in the documentation. What I basically would like to
know is where should I start with this idea of mixing 3D and 2D. There
aren't really too many examples on the web -that I have found-
thank you
Richard Jones
unread,
Feb 12, 2012, 6:39:51 PM2/12/12
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 pyglet...@googlegroups.com
You want to look at using a technique called "billboarding." It's pretty common so there should be plenty of information in the Googles about it.