Papervision 3D 中的精灵是什么?
Papervision 3D 中的精灵是什么?
What is a sprite in papervision 3D?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Papervision 3D 中的精灵是什么?
What is a sprite in papervision 3D?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Papervision3D 是一组自定义类。 papervision 中的“精灵”是一个显示对象。以下代码将创建 Sprite 类的新副本。
您可以通过以下方式扩展 sprite:
BasicView 类最终是 Sprite 类的扩展。
Papervision3D is a set of custom classes. A 'sprite' in papervision is a display object. The following code will create a new copy of the Sprite class.
You can extend the sprite in the follow way:
The BasicView class is, in the end, an extended of the Sprite class.