摘要: 最近CryEngine3已经发布了(实际上已经到3.1了),看到很多朋友都想要拿到最新的版本,在这里附上具体的申请方法。楼主看到了,麻烦看看能不能置个顶。CryEngine对于教育机构是有免费授权的。实际上授权也十分宽松,我大概看了下授权书,基本上只要不泄露源代码,不进行商业使用,都不会有法律方面的问题。首先,请访问 http://mycryengine.com。你应该看到在页面的右下位置有个“R... 阅读全文
posted @ 2010-09-25 20:16 softimagewht 阅读(796) 评论(0) 推荐(0)
摘要: /*test areamakeStretchyBones()*/fn makeStretchyBones=(pts=#()for x in selection do(pt=point size:0.4 centermarker:false axistripod:false cross:false box:true wireColor:[200,0,0]pt.transform=x.transformappend pts pt)for i = 1 to (selection.count) do(b=selection[i]posCon=position_constraint()lookAtCon 阅读全文
posted @ 2010-09-25 15:33 softimagewht 阅读(630) 评论(0) 推荐(0)
摘要: /*Creates an on screen control for facial animation.facialControl()*/fn facialControl=(rec=Rectangle length:10 width:10 name:(uniqueName "FaceControl") wireColor:[0,0,200] displayRenderMesh:falsecir=c... 阅读全文
posted @ 2010-09-25 14:56 softimagewht 阅读(440) 评论(0) 推荐(0)