标签: c# rotation mdx cylindrical
我有一个由以下人员创建的圆柱:
Mesh.Cylinder(d3dDevice, 0.4f, 0.4f, sphere_radius, 10, 10);
现在我读到气缸沿z轴运行。现在我想转动圆柱体,使其平行于x轴。
我该怎么做?