查看: 10244|回复: 0
打印 上一主题 下一主题

[其他] 在unity3d中实现网格动画的快捷方法:UnityMorph

[复制链接]

5552

主题

2

听众

8万

积分

首席设计师

Rank: 8Rank: 8

纳金币
-1
精华
11

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

跳转到指定楼层
楼主
发表于 2011-12-28 17:35:01 |显示全部楼层 |倒序浏览
unity3d中实现网格动画的快捷方法:UnityMorph(转,老外开发的一个接口资源包)
由 uke  发表
暂时还没搞明白实现的思路,好像是UV动画?不过确实蛮快捷的。
I've mentioned before in scripting that i was working on a way to easily animate a mesh in Unity (what's Unity3D?), and... it is done! How this works?
You make your mesh just like normal, building, setting UV texturing, Even boning and animating.

You then make a copy of the base neutral mesh and reshape it so what you need. (normal face into a smiling face)

You then use the blender script to make a color Diff map in the vertex color data of the mesh, and then using baking to render that into a UV texture.

Do this for each new shape.

Then, you...
Now, you copy those diff maps into Unity, with the base mesh (either a static mesh or an animated character).

Drop the Morph API script into your model, and make a script to send morph animation commands to it remotely.

The above is missing a lot of steps, but I just got this demo done today, so I'm a bit tired. More details coming soon! The Unity file includes the Blender meshes so you can see how some of it was done and experiment. And the results? See here:






附件中有资源包文件下载,具体效果可直接找开源文件查看!
解压密码为:unity3d8.com
附件下载
分享到: QQ好友和群QQ好友和群 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
转播转播0 分享淘帖0 收藏收藏0 支持支持0 反对反对0
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

手机版|纳金网 ( 闽ICP备2021016425号-2/3

GMT+8, 2024-9-21 09:29 , Processed in 0.082345 second(s), 32 queries .

Powered by Discuz!-创意设计 X2.5

© 2008-2019 Narkii Inc.

回顶部