Ask a Question related to Macromedia Director 3D, Design and Development.
-
Scifo #1
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
-
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... -
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... -
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"... -
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... -
telltarget doesnt work
Hello, I made a button in flash MX and did the following actionscript on it: on (rollover) { tellTarget ("MC") { gotoAndPlay(2); } } -
Dean Utian #2
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



Reply With Quote

