Re: Graphics3D and transparent background
- To: mathgroup at smc.vnet.net
- Subject: [mg125934] Re: Graphics3D and transparent background
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Sat, 7 Apr 2012 06:00:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201204060957.FAA22879@smc.vnet.net>
Manipulate[
Graphics3D[{Sphere[]},
Background -> Opacity[k, f[Green]]],
{{k, 0.5, "Background\nOpacity"}, 0, 1,
Appearance -> "Labeled"},
{{f, Identity, "Darkness"},
{Lighter, Identity -> "Normal", Darker}}]
Bob Hanlon
On Fri, Apr 6, 2012 at 5:57 AM, Piotr <pio.szymanek at gmail.com> wrote:
> I'm trying to set transparent background in the 3d graphics, but
> without success.
> In the 2d graphics it works fine. In 3d I can set any BG color, but no
> transparency.
> Is it possible at all?
>
> - Piotr
- References:
- Graphics3D and transparent background
- From: Piotr <pio.szymanek@gmail.com>
- Graphics3D and transparent background