How to interpolate 3D shapes?

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

  1. #1

    Default How to interpolate 3D shapes?

    Hey, I?m trying to make a web presentation where the user can click over a 3d
    object and by the movements of the mouse it gets deformed.

    I though it by interpolating the shapes of tow 3D objects previously done on
    Maya.

    I searched on Director documentation and the only functions I found are
    interpolate() and interpolateTo(), but they just interpolate rotation and
    translation, and I want to interpolate the shape of both objects.

    Anyone here can help me??

    Thanks in advance.

    The Great Bukue Guest

  2. Similar Questions and Discussions

    1. interpolate()
      Say i want a model to move from point A to B And i use the interpolate method to do so. The values 0 and 100, as i was told before, are invalid,...
    2. the interpolate() method
      I have this treasure box, which is opened/closed using the interpolate mothod. it keep stopping the movie and sending errors, when ever the...
    3. CUTTING OUT SHAPES FROM SHAPES
      I'm guessing this has something to do with the knockout groups and grouping, but what I'm looking to do is sorta make a "comet trail" type shape. ...
    4. about shapes
      FillMode belongs to vector members, not shape members. To dimension and color a new shape you need to use the filled and pattern properties of...
    5. quaternions interpolate
      does interpolate and interpolateTo use quaternions when blending angles? i am assuming it would but i just wanted to make sure. i have never used...
  3. #2

    Default Re: How to interpolate 3D shapes?

    [q]Originally posted by: The Great Bukue
    Hey, I?m trying to make a web presentation where the user can click over a 3d
    object and by the movements of the mouse it gets deformed.[/q]
    In fact, you're looking for vertices interpolation ...
    Can be achieved using the mesh deform modifier (read Director
    documentation for more details).



    necromanthus 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