public override void SendFillRequest(MySyncVoxel voxelSync, byte newMaterialIndex) { voxelSync.RequestVoxelPaintRamp(Boundaries, RampNormal, RampNormalW, Transformation, newMaterialIndex, MySyncVoxel.PaintType.Fill); }
public override void SendCutOutRequest(MySyncVoxel voxelSync) { voxelSync.RequestVoxelPaintRamp(Boundaries, RampNormal, RampNormalW, Transformation, 0, MySyncVoxel.PaintType.Cut); }