Ask a Question related to Macromedia Director 3D, Design and Development.
-
JustStupid #1
Yet Another modelsUnderRay Problem!
Hi,
I've seen a few posts about using the modelsUnderRay for collision detection
but none of them have seem to help me. I've got a complex scene and adding
collision detection to my character. However for some reason director crashes
when I render the movie. I made sure the ray is not detecting the character
which it has been added to. Heres the code I using...
collisionList = pScene.modelsUnderRay(pCharBoundingBox.worldPositi on +
vector(1,1,1) , pCharacter.transform.yAxis,#detailed )
As you can see the starting position of the ray is not the character position.
And the collisionList is empty when its not detecting any objects, but
director still crashes :mad; I have followed this tutorial to help get me
here:
[url]http://www.fbe.unsw.edu.au/learning/director/3D/environment/collision2.asp[/url]
Has anyone has any similar problems using modelsUnderRay before? Is there a
better way for doing collision detection other than the method the tutorial
shows you for more complex scenes?
Thanks in advance for any suggestions :smile;
JustStupid Guest
-
ModelsUnderRay
Hello, I've just learnt the ModelsUnderRay technique for collision detection from the UNSW tutorial and have checked various sites to make sure... -
modelsUnderRay Help please!
if i wanted to make sure a round table did not collide with a ball using modelsUnderRay would i have to use a bounding box,(as i imagine the result... -
modelsUnderRay problem...
Hello all, First off, I've posted many many times to these forums and have found everyone to be exceptionally helpful. 'specially Medion. So... -
modelsunderray ba*d!
I have a couple of issues here. 1: I have a character proxy model that I controll around a 3D world. Using modelsunderray I am trying to detect... -
ModelsUnderRay ... again, again, again.
English: Hi! Someone it has worked with the command modelsunderray in worlds where the walls do NOT BE necessarily oriented in the axes X and AND...



Reply With Quote

