this.doRender(dc); // Same logic for picking and rendering
}
protected void assembleMarkerAttributes()
{
this._bmaControlVertex = new BasicMarkerAttributes();
this._bmaControlVertex.setMaterial(Material.ORANGE);
this._bmaControlHeight = new BasicMarkerAttributes();
this._bmaControlHeight.setMaterial(Material.RED);
}