public void DrawTransparent(DeviceContext context) { transparentIndexBuffer.Draw(context); }
public void DrawOpaque(DeviceContext context) { opaqueIndexBuffer.Draw(context); }