Bounding box doesnt seem to work on smaller sizes

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

  1. #1

    Default Bounding box doesnt seem to work on smaller sizes

    I'm performing a collision detection under ray, but when I set the bounding box
    size to under 10 so that it's in proportion to the size of my car, it doesn't
    register anything.

    I've tried increasing the size of my project further externally in 3DS max,
    but this has slowed down the speed of the car considerably. When I increase the
    speed of the car to combat this it then starts going through walls again.

    I have tried increasin the period parameter for detecting collisions from 10
    to 1, but this crashes my system.

    Also. is it unusual for director to crash as often as it does on me. The code
    I'm using shouldn't be too unsafe and the objects I'm importing from max files,
    even though they're fairly badly made I wouldn't call them particularly complex
    yet. But it feels like Director has given up on giving me warnings when
    something is about to go wrong and just crashes the program instead. It's
    fairly infuriating but I don't know for sure if it's the program at fault or me
    continually making the same big mistake over and over again.


    Scifo Guest

  2. Similar Questions and Discussions

    1. flash app doesnt work
      hi - i want to try out the new game kdice on http://kdice.com but as i go to this adress, the flash application doesnt come up. i tried it...
    2. Shockwave doesnt work
      :confused; Hi; I work for a public school as a administrator and we rebuild 25 machines with W2k pro. I thought we had done a good job until the...
    3. XMLSearch. doesnt work
      hi i'm trying to use xmlsearch function but for some strange reasons it returns only an empty array here the xml file <?xml version="1.0"...
    4. asap: CREATE SMALLER FILE SIZES
      working in fh10, w xp pro. would like to export file sizes that are small to email but do not decrease in quality. file types that i would like to...
    5. telltarget doesnt work
      Hello, I made a button in flash MX and did the following actionscript on it: on (rollover) { tellTarget ("MC") { gotoAndPlay(2); } }
  3. #2

    Default Re: Bounding box doesnt seem to work on smaller sizes

    Hi Scifo,

    I saw your post but was waiting to see if anyone else had come across such an
    issue. I haven't had modelUnderRay not register so your issue does sound strange.
    The idea of this technique is that you're sending out a line and all models that
    cross that line will be put into a list. You detect collision by looking at the
    distance from the ray origin to the model. So, when you say, nothing registers when
    your bounding box 'size is under 10', are you not getting anything appearing on the
    collision list?

    Director shouldn't be crashing on you on a regular basis, so not sure what's
    happening thare. If you would like to contact me offlist, and send me your files,
    I'll have a look at them and see if I can find what's going wrong. My email is
    [email]d.utian@unsw.edu.au[/email].

    regards
    Dean

    Director Lecturer / Consultant
    [url]http://www.fbe.unsw.edu.au/learning/director[/url]
    [url]http://www.multimediacreative.com.au[/url]



    Dean Utian 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