コード例 #1
0
ファイル: LMesh.cs プロジェクト: pgonzbecer/GDToolkit
 public LMesh(BoundingVolume bv, Color c)
     : this(bv.points, c, bv.getRendableLineIndices())
 {
 }