Can a 3D model have opacity 0 & why always on top?

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

  1. #1

    Default Can a 3D model have opacity 0 & why always on top?

    I'm working on a 3D menu which is based on a molecular structure. I have manged to give each sphere of the structure a navigation mousedown. But when an item is selected, i would like to fade the menu (3D morld) away, so the content can come in in a smooth way.

    I just don't know where to achieve that. I know that it must be something with the lingoscript "blend", but where? And how can I control exactly when the menu will fade in and out? Should it be linked to a mouseclick, or maybe in a behaviour?

    Then another question, why is it that a 3D world cannot be arranged to the back? It seems to be always in front of everything, no matter wich channel you use for the model.

    Thanx in advance and a happy 2004 to you!


    rst77 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. New release of Config::Model with fstab model example
      Hello I'm happy to announce the new release of the Config::Model perl module (v0.506) . This release features a Fstab example with its fstab...
    2. model showing in 3d editor but not in castmember model list
      Hi all, Ok this is a little odd... I have 3d cast member from which I'm clonefromcastmember-ing a model. One of this model's children is...
    3. Opacity Map in W3D
      Hi, everyone. I just have a question about opacity map. Does Director support opacity mapping ? I applied two jpegs on a 3d object in 3D Max ver 5...
    4. Opacity problem - Max to w3d
      I can add a texture to a box then apply a opacity map so part of it is transparent. This shows up correct in Max but the opacity map doesn't show...
    5. Model within model transform.position, intersection, overlapping models
      Ok, I have a large sphere, and within that sphere a sun with rays. The sun object is the parent object while each individual ray is a child object. ...
  3. #2

    Default Re: Can a 3D model have opacity 0 & why always on top?

    Actually, you cannot display another sprite on top of the 3D scene, even
    with a higher priority, unless you disable the W3D sprite directToStage
    property, at the cost of performance. No need to say disabling DTS is not an
    option, or may be you can do it by code at the end of your interface fade
    out (performance will not be an issue then).

    For the fade in/out of the interface, you must use the blend property of
    shaders.

    For this, you can either use the 'FadingModel' parent script (create an
    instance by code in a movie script or frame script) or the 'Transparency
    Tweening' behavior in the Chrome Lib:
    [url]http://membres.lycos.fr/karlsigiscar/shockwave3d/index.html[/url]

    Cheers,
    Karl.


    Karl Sigiscar Guest

  4. #3

    Default Re: Can a 3D model have opacity 0 & why always on top?

    Thanx for your reply,


    I've downloaded the files you suggested, i'm sure it will be a lot of help!
    I should have posted my question earlier, these library files would have saved me a lot of time.


    Ronald.


    rst77 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