开发者

Can i create custom objects that i can animate using vpython? should i use another library?

开发者 https://www.devze.com 2023-02-08 06:36 出处:网络
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 animat

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消