Ask a Question related to Macromedia Director 3D, Design and Development.
-
Jakob Wagner #1
transform.rotation.y in javascript
Hi,
How do you write:
member("theModel").model("furniture_group").transf orm.rotation.y = 200
... in javascrippt?
I've tried:
var myModel = member("theModel").getPropRef("model", 8);
myModel.transform.rotation.x=200;
.. but that doesn't work.
Does anybody know where to find a decent reference to 3d and javascript in
director?
: ) Jakob
Jakob Wagner Guest
-
Rotation between two transform.rotation vectors.
Hello, I think my subject is pretty straight forward. :) I am looking for a way for my 3D character to slowly rotate between two vectors. The... -
transform.rotation gives me headache
Hello Im working with an Adventure game like Grim fandango. Currently im working on this script; when you get close to an interactive obejct,... -
rotating about parent and "self" with transform.rotation?
Hi is it possible to first rotate a model about its parent node and then rotate it about its own axis (or vice versa - that doesn't matter. The... -
rotation error when using transform
hi all, when i use the transform.rotation to adjust the x and z axis data to 0, the y axiz data will get error(e,g, 76 degree) ..... because the... -
transform ?
Hi, I was hoping someone could tell me what exactly is displayed in the transform list I want to totally understand this as Ive been tweaking... -
Jakob Wagner #2
Re: transform.rotation.y in javascript
ahh.. just got it:
myModel.transform.rotation=vector(0,50,0);
.... but I'm still interested in a better reference than the one provided with Director, most 3D is only described in lingo.
Jakob Wagner Guest



Reply With Quote

