首页
编程
java
php
前端
首页
编程
java
php
前端
如何使用python将3dmax制作的人物模型变成一个游戏角色,类比如上古卷轴那样的
想问下有没有人知道,怎么才能将3d的模型通过python编辑成游戏角色
你可以试试用maxplus对3dmax模型进行操作处理。参考:
Python for 3ds max – Mesh manipulation – Oded Erell's CG Log
Software: 3ds max 2019 An example of creating a mesh ripple deformation using Python for 3ds max: Script steps: Define the effect intensity and a helper point object that will serve as the effect center. Collapse the object to an Editable-Mesh so its vertices will be accessible by Python. Note that the Node's Object has…
https://odederell3d.blog/2019/05/11/python-for-3ds-max-mesh-manipulation/
点击展开全文