Hello guys I'm trying to make a simple modeling program using pyglet, and I want it to have a camera movement between switching views.
I wrote a function moving the camera, but right now it just jump to a different view, while I want it to be more gentle. I tried using clock.schedule, but when I tried to call the camera moving function with keyboards, I have to pass down dt, which is not allowed since the default on_key_press function doesn't take more variables. Any help would be highly appreciated! -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
