如何实现一个3d网页Applet
客户要求我实现一个 3D 小程序(也许是 Flex 或 silverlight?),它使我能够将衣服纹理(例如裤子或鞋子)应用于人体 3D 模型。
我还需要修改模型的高度...
您能给我关于从哪里开始的建议吗?我在这个世界上还是个新手,我需要一种从头开始的方法。
提前致谢。
i've been request from a customer to realize a 3d applet (maybe flex or silverlight ?) that gives me the possibility to apply clothes textures (such as pants or shoes) to human 3d models.
I also need to modify the height of the models...
can you give me any suggestion about where to start ? i'm pretty new in this world and i need a way to start from scratch.
Thanks in adavance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
他需要“真”3D 还是假 3D?
要在 Flash Player 中实现真正的 3D,您需要使用 Stage3D,它仅以 预发布形式提供来自 Adobe 实验室。我预计它会出现在 Flash Player 的下一个主要版本中。如果我不得不猜测,那将是版本 11,并将于 10 月份在 Adobe Max 上发布。如果你谷歌一下,你会发现这个代号叫做 Molehill。您可能会使用该名称找到一些视频和其他信息。
如果“仿”3D 没问题,那么您可以查看一些 Flash 框架,例如 Away3D 或 < a href="http://blog.papervision3d.org/" rel="nofollow">PaperVision。
我无法帮助解决 Silverlight 的具体问题。
更新:
正如评论中指出的,PaperVision 是一个废弃的产品,所以我只会谨慎使用它。
Alternativa 是另一种选择。
Does he need "True" 3D or Faux 3D?
For true 3D in the Flash Player, you'll need to use Stage3D which is only available in prerelease form from Adobe Labs. I expect it in the next major version of the Flash Player. If I had to guess that will be Version 11 and it will be released at Adobe Max in October. If you Google around, the code name was called Molehill. You may find some videos and other information on it using that name.
If "Faux" 3D is okay, then there are a handful of frameworks for Flash you canlook at, such as Away3D or PaperVision.
I can't help w/ regards to Silverlight specifics.
Update:
PaperVision is an abandoned product, as pointed out in the comments, so I would only use that with caution.
Alternativa is another alternative.
如果您计划使用 Silverlight,那么您的客户端只能在 Windows 和 Mac 上运行您的应用程序。如果您觉得合适,请查看以下框架:
奥尔索您可以使用 Silverlight 5 的新 3D 引擎,该引擎尚处于测试阶段,但已可用仅适用于 Windows 操作系统。
If you are planning to use Silverlight, than you clients can run your application only on Windows and Mac. If it's OK for you than take a look to this frameworks:
Olso you can use new 3D engine for Silverlight 5, which is on beta, but avaliable only for Windows OS.