Mesh.addVertex

頂点座標を追加します.

  1. Mesh addVertex(Vector3f vec)
  2. Mesh addVertex(float x, float y, float z)
    class Mesh
    addVertex
    (
    in float x
    ,
    in float y
    ,
    in float z
    )

Meta