Ask a Question related to Macromedia Director 3D, Design and Development.
-
Tristan Mcvean #1
moving a models vertices along its parents axis
Hi all, im not sure what the syntax is to move vertices of a model along its
parent axis.
i can move the vertices about the models own axis.
e.g obj.model("myModel").addModifier(#meshDeform)
total = obj.model("myModel").meshDeform.mesh[1].vertexList.count
repeat with x = 1 to total
theV = obj.model("myModel").meshDeform.mesh[1].vertexList[x]
if theV.x < 0.0000 then
theV.x = 0.0000
end if
obj.model("myModel").meshDeform.mesh[1].vertexList[x] = theV
end repeat
that moves any vertices with a value of less than 0.0000 on the x axis to
0.0000 of its own orientation.
Is it possible to move any vertices that have a value of less than 0.0000 on x
axis of its parents axis not its own.
Please help. Im desperate
Tristan Mcvean Guest
-
Moving 3d models
Okay u know shapeshifter 3d? Well i made an awesome model in it, and exported it to w3d, then imported that to director. It wont tween it and yes... -
resolve collision with moving models
on beginSprite me ................................. ................................. createCollisionDetect... -
rotate just the axis of models
Hi, I need to rotate a models pivot point. I've tried to store the positons of every single vertex, rotate the model, and then write the stored... -
Why is my axis point not moving with my object?
In CS I have had trouble when I drag a vector object, the axis (center point) does not follow along when I drag the image. Then when I go to scale... -
Problem moving models via parent
Hi, We need to be able to move a bunch of models and maintain their relative position/rotation to each other. Here is a sample movie file...



Reply With Quote

