MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Import HTTP data in asynchronous/parallel way
  • Next by Date: Re: Extract XLM data from in Mathematica
  • Previous by thread: Graphics3D and transparent background
  • Next by thread: Re: Graphics3D and transparent background