Can you Manipulate 3D object in Director Dynamically?

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

  1. #1

    Default Can you Manipulate 3D object in Director Dynamically?

    Greetings,

    I am looking for some way to dynamically manipulate a 3d object and am
    wondering if Director 3d has the ability to do this and if so, if any of you
    want to take this on as a freelance project? (this is a serious request on a
    cool project, not some hokey offer)

    I had first hoped that Flash could do it since I am more familiar with flash,
    but I was wondering if Director can update a 3d object on the fly as it gathers
    new values for a number of points in the 3d object. Can Director do this?

    If you know of any person, any business that knows how to do this PLEASE
    contact me to discuss more. It has been difficult for me to understand the
    capabilites of Director 3D without speaking to someone who is talented and
    competent as I am sure most of you are.

    Cheers,

    -i

    iPhotoStuff2 Guest

  2. Similar Questions and Discussions

    1. How To Dynamically Set Selected Item in SELECT List inDW Object
      <-- Cross=posted on DW Application Development forum-- > Hi! I hope I can explain this situation halfway decently... I am creating a DW...
    2. Object Delayed loading dynamically into Placeholder
      I have a placeholder and I have a section of code that will load a question into the placeholder depending on what is selected in a group of...
    3. Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
      I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control...
    4. dynamically load DLL exception when calling Activator.CreateInstance(type, object[])
      I am trying to dynamically load a dll which specifies different rules for evalution with the following code. DataRow dr = ds.Tables.Rows; string...
    5. Dynamically loaded mp3 into Flash, then into Director?
      Rather than dynamically loading the MP3 into Director, I dynamically load the MP3 via Flash. Basically Director is being used as a wrapper for my...
  3. #2

    Default Re: Can you Manipulate 3D object in DirectorDynamically?

    Hi there,
    and how would you like to dynamically manipulate this 3D object. Could you be more specific, as giving an example? Shockwave is a powerful tool but there are some limitations.
    Roofy Guest

  4. #3

    Default Re: Can you Manipulate 3D object in DirectorDynamically?

    model position, model rotation, model location, model scale, model shader, etc.
    are all easily modified. the actual mesh that makes up the model's shape can be
    changed with the meshdeform modifier. however, these changes won't be
    permanent. the entire 3d scene will be in it's original state everytime the
    movie starts. if you want to save state you'll have to store the data defining
    the attributes externally in some way and apply them at runtime.

    Ex Malterra 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