In X format this template within a mesh defines the vertices and weights influence of a particular bone.
template SkinWeights
{
STRING transformNodeName; // Bone name
DWORD nWeights; …
1. Download the Visual Studio 2015 community (it is free) and Windows 10 SDK.
2. Create a win32 project by the Application Wizard. On the Application Settings check “Empty project” and uncheck “Security Develop …
D3DXQUATERNION * WINAPI D3DXQuaternionSlerp(D3DXQUATERNION *pOut,
CONST D3DXQUATERNION *pQ1,
CONST D3DXQUATERNION *pQ2,
FLOAT t)
{
float s = 1.0f - t;
float dot = D3DXQuaternionDot(pQ1, pQ2);
if (dot < …
A simple x-file example: a plane has 4 vertices ( You can save it as a .x file or download the example file: DeclData_Plane1_2011.zip );
each vertex has these elements: position, normal, texcoord, then the layout is:
xof 0303txt …
经过漫长的等待, AXE for max 2013 的版本终于完成了, 本次更新主要是:
支持X64版本.
支持导出 specular power
调整了算法以解决Unicode问题,以及适应纹理文件目录包含中日韩文字的情形
免费版下载
主要功能
支持多纹理坐标、DirectX Shader材质、Multi-SubObject材质、二足和多足动画、三角形和Patch面片动画转换、Skin和Physique修改器、Biped和CAT、Tangent和Binormal及法线贴图shader的自动生成、UV平铺与镜像等等. Free版本支 …
2012-12-03
3 comments