Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default model coordinates

    Hi, what I'm wanting to do is: A user can manually rotate a box, but when the box is 'clicked' I want the box to move (smoothly) back to its original position. In order to do this i need to get the box's coordinates (angles in each direction) at the time of the click, and place two key frames to animate in between. Is it possible for me to get the necessary values to do this? how? Thanks.


    jellyfishjam webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Convert user space coordinates to device coordinates
      Hi, I need to convert the coordinates of a word (PDWord object) to device coordinates (the actual coordinates on the screen). Could someone please...
    2. New release of Config::Model with fstab model example
      Hello I'm happy to announce the new release of the Config::Model perl module (v0.506) . This release features a Fstab example with its fstab...
    3. model showing in 3d editor but not in castmember model list
      Hi all, Ok this is a little odd... I have 3d cast member from which I'm clonefromcastmember-ing a model. One of this model's children is...
    4. Model within model transform.position, intersection, overlapping models
      Ok, I have a large sphere, and within that sphere a sun with rays. The sun object is the parent object while each individual ray is a child object. ...
    5. How to export model with 3DSMAX in W3D with two Texture Coordinates?
      Hi! How to export model with 3DSMAX in W3D with two Texture Coordinates? I put to TEXTURE 1 - Map Channel =1 And to TEXTURE 2 - Map Channel =2...
  3. #2

    Default Re: model coordinates

    "jellyfishjam" [email]webforumsuser@macromedia.com[/email] wrote:
    > Hi, what I'm wanting to do is: A user can manually rotate a box, but when the box is 'clicked' I want the box to move (smoothly) back to its original position. In order to do this i need to get the box's coordinates (angles in each direction) at the time of the click, and place two key frames to animate in between. Is it possible for me to get the necessary values to do this? how? Thanks.
    HHmm.. it might be easier than you think... just get the worldTransform
    at the time of the click and use interpolate for going back to that
    transform.

    C´ya
    --
    Agustín María Rodríguez | [email]agustin@OnWine.com.ar[/email] | [url]www.OnWine.com.ar[/url]

    Agustín María Rodríguez Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139