Ask a Question related to Macromedia Director 3D, Design and Development.
-
Chanizz #1
adding a collision modifier to a created group
ok, got this group,:
ufoGroup = pWorld.newGroup("planegroup")
and then i wanna add a collision to it like :
ufogroup.addmodifier(#collision)
ufogroup.collision.mode = #mesh
ufogroup.collision.resolve = TRUE
it doesnt work, how come?
Chanizz Guest
-
Problem with #Collision Modifier detection
Hi all Please help me. Using #collision modifier, I cant detect collision with an editable spline model imported from dwg (Autocad) to... -
Group collision detection
:confused; I have a W3D object with 3 moveable parts. I want to detect collision between any of the parts and a fixed, target object. The... -
Adding text to already created PDF
HOW do i add text to a PDF that someone else has created? It is a form. I simply want to add a street address so that I don't have to retype it... -
Collision modifier giving incorrect results?
Does anyone know of any reason the Collision modifier would report a false collision on models, type #box, with scale different than vector(1,1,1)? -
Adding user to the debug group
Use Active Directory or Add your users to each machine or Someone else has a better Idea "Olle de Zwart" <olle@endforward.com> wrote in... -
openspark #2
Re: adding a collision modifier to a created group
The Collision Modifier needs to be attached to models, not groups. A group does not have any geometry as such, and the Collision Modifier needs geometry in order to work.
openspark Guest
-
Chanizz #3
Re: adding a collision modifier to a created group
ok, damn!
but can u put a modelsunderray on it?
Chanizz Guest
-
openspark #4
Re: adding a collision modifier to a created group
No. ModelsUnderRay() will detect models, not groups, for the very same reason:
collisions imply geometry.
What exactly are you trying to do? It sounds as if you should:
* Detecting collisions with the models that belong to the group
* Determine which group the model belongs to
* Control the collision at the group level
openspark Guest
-
Chanizz #5
Re: adding a collision modifier to a created group
well i have a flightsim with a really cool stearing system that looks soo nice.
Allt he stearing is made with a group that has the actual model as a child. if
i put a collision on the model, the group will just go ahead without the model
if there is any collision.
Chanizz Guest
-
openspark #6
Re: adding a collision modifier to a created group
Would it help to make the parent of the actual model an invisible model,
possibly with simplified geometry? This would allow you to perform collision
detection on the invisible model, while leaving the actual model with its
current relationship to a parent.
openspark Guest



Reply With Quote

