Can i create custom objects that i can animate using vpython? should i use another library?
i want to make a model that will rotate about the x,y and z axis. ive been looking at vpython's available 3d objects but i dont think that i any of them will suit my application. im looking to animate a car, or at least something that resembles it. if anyone has experienced making one or know a similar python library where i can creat开发者_开发百科e/animate 3d objects please let me know. thank you for your help
Yes, you can make an object which is a composite of primitives and treat it as a single part. See visual.frame in the documentation.
精彩评论