Skip to content

Commit

Permalink
Merge pull request #12 from enthought/change-default-render-quality
Browse files Browse the repository at this point in the history
Default render quality -> performance.
  • Loading branch information
jwiggins committed Apr 15, 2014
2 parents 201f772 + e0562ec commit c42970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensemble/volren/volume_renderer.py
Expand Up @@ -66,7 +66,7 @@ class VolumeRenderer(HasTraits):
clip_bounds = List(Float)

# Render quality setting
render_quality = Enum('default', QUALITY_SETTINGS.keys())
render_quality = Enum('performance', QUALITY_SETTINGS.keys())

# The transfer function editor
ctf_editor = Instance(CtfEditor)
Expand Down

0 comments on commit c42970b

Please sign in to comment.