How to import big scene and work well

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

  1. #1

    Default How to import big scene and work well

    Hy all. I have a big scene made in studio max.I exported it as a w3d and when i
    try to use it in director it works very hard. Does anybody know how to import a
    big scene and make it work well in director?

    DANGH_b Guest

  2. Similar Questions and Discussions

    1. gotoAndPlay("Scene 2", 1); - How do I get flash to finish the current scene before moving to the next?
      Okay I have 2 scenes, the first of which has an animation which stops in the middle. I also have a button in this scene which has the following...
    2. movieclip scene to scene navigation
      I have three scenes. There is a movie clip, mc_navigate, which has 2 buttons nested with in. I would like to use these buttons to navigate from...
    3. Import PDF doesn't work
      Why does a PDF open into Freehand ok on a PC but not on my Mac. I am running Mac OS X 10.2.8 using Freehand MX.
    4. Change scene and start mc on the new scene...
      Hi, I've got one swf with two scenes. The scene2 contains all the content of my site. This scene have a navigator (mc) with buttons holding...
    5. One frame scene verses alot of frames scene
      Hello I have a question. I am working on my own web design website which is www.smoovejcmedia.tfang.org. On my first scene and its only that scene I...
  3. #2

    Default Re: How to import big scene and work well

    Hi Dangh. You cannot render more than 5000 polys at any one time in Shockwave
    without a slowdown so you will need to break up your world into sections and
    use the addToWorld or removeFromWorld commands so that only
    the sections you want visible and processed show up. I have a pause when a new
    section is loading in myself so you will have to look out for this. Another
    system is to use LOD, levelOfDetail, but I havent messed with this. Perhaps
    someone else on the forum could help? Only use one directional light say,
    shining from above. Michael UK

    Michaelcov Guest

  4. #3

    Default Re: How to import big scene and work well

    Hy.
    Thank you for answering me.
    I am new in director mx. Do you know any tutorials for what you have said?
    Can i render only the side where i am looking to?
    DANGH_b Guest

  5. #4

    Default Re: How to import big scene and work well

    I'm sorry, I don't have any tutorials set up for section culling but you can
    render only the faces you are facing using: yourObject.visibility = #front
    where yourObject is the name of the variable for your model To add or
    remove a model, use: yourObject.removeFromWorld() or yourObject.addToWorld()
    Happy coding, Michael UK

    Michaelcov 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