09 2010 档案
摘要:最近CryEngine3已经发布了(实际上已经到3.1了),看到很多朋友都想要拿到最新的版本,在这里附上具体的申请方法。楼主看到了,麻烦看看能不能置个顶。CryEngine对于教育机构是有免费授权的。实际上授权也十分宽松,我大概看了下授权书,基本上只要不泄露源代码,不进行商业使用,都不会有法律方面的问题。首先,请访问 http://mycryengine.com。你应该看到在页面的右下位置有个“R...
阅读全文
摘要:/*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
阅读全文
摘要:/*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...
阅读全文
摘要:when transform $ changes do(vertArray = $box001.vertsvertArrayCount = vertArray.count for i = 1 to vertArrayCount do(if (distance $.pos vertArray[i].pos) <= 20do (animateVertex $box001 ivertArray[i].pos = $.pos +20))update $box001)
阅读全文
摘要:macroscript SphereSegsOn category:"HowTo" ( callbacks.removescripts id:#sphere_segs txt = "for o in geometry do(\n" txt +="if classof o.baseObject == Sphere then \n" txt +="o.baseObject.segments *= 8.0\n" txt +=")\n" callbacks.addscript #preRender tx
阅读全文
摘要:3ds Max 可以直接在命令行中输入 MAXScript 命令。从 DOS 命令行启动 3ds Max 后,可以运行指定的启动脚本。这对自动批处理渲染这样的任务来说非常有用。当启动 3ds Max 时,该功能使用 -U 命令行切换命名一个要运行的工具。-U 切换使用一个可选的外部参数,对 MAXScript 来说,该参数是要运行的脚本名。必须将 MAXScript 的大小写(大写)按以下示例中所示显示(打开 CD 后进入程序目录): 3dsmax -U MAXScript rendercams.ms 此示例命令行将启动 3ds Max 可执行文件,启用 MAXScript,然后让其运行启动脚
阅读全文

浙公网安备 33010602011771号