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

  1. #1

    Default Transparency in 3D

    Hi

    I am new with Shockwave 3D and I am interested to know if there is a way to make the background of a 3D scene transparent.

    I might need to put another scene or other video cast member underneath my main scene.

    How do I address the "black" background (where there's no model or anything else...) in lingo to make it transparent so that other cast members can run in the background in the same time?

    Thanks
    Yael


    yael h webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. What about transparency am I not getting?
      This is sort of like What about NO do you not understand? But Nancy T said this was the place to ask, so I am. When I use the word transparency, I...
    2. Transparency
      Hello, appologies if this has been asked, I couldn't find it. How do I change a block of colour in an image to be transparent ? I have an animated...
    3. transparency effect???
      Hello, I would like to know how to create transparency effect in flash? I have no idea how to put a image looks transparent with another image...
    4. Png transparency
      I've been trying to just open a png and display it, that way: <? header ("Content-type: image/png"); $im = imagecreatefrompng('empty.png');...
    5. Need help with transparency
      How do I make the white canvas of the logo transparent while leaving the text "Focus" white? http://www.teamfocusinc.com/new_site/index.htm ...
  3. #2

    Default Re: Transparency in 3D

    you can turn of direct to stage for the 3d member, and set it's
    sprite's ink to background transparent. but, you'll take a significant
    performance hit. you'd probably be better off using a backdrop (camera
    property) and animating it frame by frame to simulate video.
    Ex Malterra Guest

  4. #3

    Default Re: Transparency in 3D

    1. Set SW3D sprite INK to BACKGROUND TRANSPARENT
    2. Set SW3D sprite DTS (direct to stage) to FALSE

    This makes the background transparent, but be sure the playback will be veeeeeeeery slow and running only with software renderer.



    Demonator webforumsuser@macromedia.com 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