Dynamically load of 3d models

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

  1. #1

    Default Dynamically load of 3d models

    Hi!

    I'm about to create a larger realtime 3d project. I havn't completely decided
    on which technology to use, but my first choice is director. One thing I need
    to know is:

    Is it possible to dynamically load 3d models into director in runtime?

    Say for instance have an app done in director (exe) and a folder with 3d
    models in it, say a chair and a table. Then with code in the app choose to load
    in the chair and place it somewhere specific in the 3d scene.

    If yes: Is it it possible to somehow have the models as an autocad files
    instead of a w3d file? Is there perhaps any "realtime converters"?

    If not is it possible to export these w3d files from autocad? Any plugins?

    Regards,
    Jakob

    Jakob Wagner Guest

  2. Similar Questions and Discussions

    1. Load Image Dynamically
      Hi, brothers :) I'm rather novice in this area. I mean web programming and control building and though. I create UserControl: public class...
    2. Can CSS file load dynamically?
      We have a large application. In our design, we make the whole application as one mxml application, and the other modules are the mxml components to...
    3. loading models dynamically using dswmedia folder
      hi all, anyone here!.i have been facing a problem on loading models dynamically.I have been using loadfile syntax to do this.my file is working out...
    4. Best way to dynamically load jpegs?
      I am new to Flash and actionscript and just getting my feet wet learning how to put the pieces together. I would like to dynamically load series of...
    5. Dynamically load an ASP Page
      I'm pretty new to ASP.Net (server side) Suppose that I have an instance of an ASP Page class, and I want the client's web browser to load it. I...
  3. #2

    Default Re: Dynamically load of 3d models

    Yes, you can dinamically load w3d files at run time.
    You can use importFileInto() or loadFile() to load the w3d file into a cast
    member and then use cloneModelFromCastMember() to add the models to the 3d
    scene. Check out those methods in Director?s Help.

    I don?t know if there are any w3d exporter for Autocad, and I don?t think so.
    If there aren?t any you can try exporting your Autocad model to another format
    that you can import into a 3D program like 3D Studio or Maya, and then export
    the w3d from there.

    Hope this helps.

    gjab13 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