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

  1. #1

    Default optimizing 3d scene

    I have a 3d scene that contains 25000 polygons. I am using collission detection
    for moving around, but it works to slow on a p4 1.5 ghz, 128 ram and riva tnt2
    m64. On my computer works nice, but i have amd barton 3200+ 256 dd3 , gforce 3.
    What can i do to optimise the scene? I know it has to many polygons. Can i do
    something about it?

    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. scene to scene navigation (0/1)
      I have a gray box that will be a dragable menu. Grab the gray bar at the top and move around. The problem is that when you click on the light gray...
    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: optimizing 3d scene

    may be the problem is your collision detection, because it will only work
    properly if you attach it to some models.

    test your scene without the collision detection on your slow maschine and see
    it is slow or not.

    make the collision dynamically so that objects that dont need collision are
    set to collision.enabled=false.

    you can check the distance to the models and only if they are near to you
    enable the collision.




    hondo3000 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