Background Transparency of a W3D

Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default Background Transparency of a W3D

    OK, I have a program where I need the background of my W3D to be transparent.
    When I set the DTS to false to make it transparent, it lags enough to worry me.
    So, I thought since my W3D object contains absolutely no animation, I could
    just use a bitmap in it's place and set it's .image (i.e. my_bitmap.image =
    member("3DWorld")). Plan is all good and dandy aside from the fact that once
    the bitmap is set to the member of the 3D world, the beckground reappears. I
    have the image set to background transparent too...it must be something to do
    with the export in studio max. I also know that it is possible because I have
    one w3d that when I set the bitmap image too, the background remains
    transparent. Does anyone have any ideas?

    j.Beck Guest

  2. Similar Questions and Discussions

    1. Importing A Tiff with background Transparency
      I have Illustrator CS and I am trying to import a tiff with a transparent background. When I open it in photoshop 7 the background is transparent....
    2. setteing the background transparency
      what line of code do i need to add the a movie to set the transparency of a 3d cast members background?? and where do i add this code? i have...
    3. Transparency for movie background
      Hi, Is it possible to make a movies background property to be transparent? I am creating a miaw and want the windows to see through to the stage. ...
    4. Transparency Background
      Hello! In some Webpages i've seen lots of flash spots with no backgroun. Example, i get in one page, the page load, when the page loaded it's...
    5. Matching Jpeg background with Page Background?
      In article <bgpgfq$3sh$1@forums.macromedia.com>, "JohnnyA" webforumsuser@macromedia.com wrote: You can't, because (1) JPEG compression almost...
  3. #2

    Default Re: Background Transparency of a W3D

    j.Beck wrote:
    > OK, I have a program where I need the background of my W3D to be transparent.
    > When I set the DTS to false to make it transparent, it lags enough to worry me.
    > So, I thought since my W3D object contains absolutely no animation, I could
    > just use a bitmap in it's place and set it's .image (i.e. my_bitmap.image =
    > member("3DWorld")). Plan is all good and dandy aside from the fact that once
    > the bitmap is set to the member of the 3D world, the beckground reappears. I
    > have the image set to background transparent too...it must be something to do
    > with the export in studio max. I also know that it is possible because I have
    > one w3d that when I set the bitmap image too, the background remains
    > transparent. Does anyone have any ideas?
    >
    Hi. In my old site you´ll find source code for creating a backdrop in
    the camera so you don´t have to remove the direct to stage property and
    lose performance.

    Regards,
    --
    Agustín María Rodríguez

    [url]www.onwine.com.ar[/url] > Macromedia Director demos & code
    Agustín María Rodríguez Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139