Ejemplo n.º 1
0
 public override void SendFillRequest(MySyncVoxel voxelSync, byte newMaterialIndex)
 {
     voxelSync.RequestVoxelPaintEllipsoid(Radius, Transformation, newMaterialIndex, MySyncVoxel.PaintType.Fill);
 }
Ejemplo n.º 2
0
 public override void SendCutOutRequest(MySyncVoxel voxelSync)
 {
     voxelSync.RequestVoxelPaintEllipsoid(Radius, Transformation, 0, MySyncVoxel.PaintType.Cut);
 }