diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-08-12 11:27:22 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-08-12 11:27:22 -0600 |
commit | 35ffff5eac99d198c49933901d2bd0dddd520a74 (patch) | |
tree | 347fc70bb8ed224956226b3cee0c4cc61f7919bc /libdimension/dimension/scene.h | |
parent | 7742c81f3cbfa01f5e81ae6f5fe2c8edf754edb4 (diff) | |
download | dimension-35ffff5eac99d198c49933901d2bd0dddd520a74.tar.xz |
Rename "translucency" to "transparency".
Perhaps I should look up terms before I use them.
Diffstat (limited to 'libdimension/dimension/scene.h')
-rw-r--r-- | libdimension/dimension/scene.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/scene.h b/libdimension/dimension/scene.h index 41e2360..2f659e9 100644 --- a/libdimension/dimension/scene.h +++ b/libdimension/dimension/scene.h @@ -29,7 +29,7 @@ enum { DMNSN_RENDER_PIGMENT = 1 << 0, /**< Render pigments. */ DMNSN_RENDER_LIGHTS = 1 << 1, /**< Render lights and shadows. */ DMNSN_RENDER_FINISH = 1 << 2, /**< Render object finishes. */ - DMNSN_RENDER_TRANSLUCENCY = 1 << 3, /**< Render translucency/refraction. */ + DMNSN_RENDER_TRANSPARENCY = 1 << 3, /**< Render transparency/refraction. */ DMNSN_RENDER_REFLECTION = 1 << 4, /**< Render specular reflection. */ DMNSN_RENDER_FULL = ~DMNSN_RENDER_NONE /**< Render everything. */ }; |