コード例 #1
0
 public void TransformParticle(int index, Vector3D newPosition,
                               Vector3D newScale, Matrix3D newRotation)
 {
     Display.TransformObject(index, newScale, newRotation, newPosition);
 }
コード例 #2
0
 public void TransformParticle(int index, Vector3D newPosition,
                               Vector3D newScale, Matrix3D newRotation)
 {
     CoreInterface.TransformObject(index, newScale, newRotation, newPosition);
 }