How to get imported model properties

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

  1. #1

    Default How to get imported model properties

    Hi guys,
    I'm looking for get heigth/width/length properties for any model imported
    from 3DSMAX.
    I saw that i can read this properties from model resource for box and other
    primitives but how can do this for imported models?
    thanks

    bilox


    Luca Bilotta Guest

  2. Similar Questions and Discussions

    1. how to flip normals of a imported model?
      i have some models that i have created with cinema4D, the problem is that i want to flip the normals of some of these models. to do this i add a...
    2. Putting an imported model under Havok Control
      In the following code: -- gMyWorld is the 3d castmember I'm working with gMyWorld.CloneModelFromCastmember("MyBox", "Box.0",...
    3. Applying a bitmap to an imported model
      Hi, how can I apply a bitmapped texture to an imported 3Dstudio max model. For instance I have a simple model of a character and want to be able...
    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. Model looks flipped when imported in shockwave(Director)
      Hi Sara, I am not 100% sure, but the problem could be the rotation of the model within 3DSMax. First, I would try the "ResetXForm" function in...
  3. #2

    Default Re: How to get imported model properties

    Luca Bilotta wrote:
    > Hi guys,
    > I'm looking for get heigth/width/length properties for any model imported
    > from 3DSMAX.
    Store that data into the user defined properties (right click on model
    > properties > user defined ). That will get exported into the W3D as
    ..userData property od the node.

    I can´t recall the precise syntax right now but that was discussed
    before here and it should be googable.
    > I saw that i can read this properties from model resource for box and other
    > primitives but how can do this for imported models?
    While this is true for primitives, it´s not possible for #fromFile
    models. You´d have to apply the #meshDeform modifier and some math to
    find out the distance between the vertices of the extremes.

    HTH,
    --
    Agustín María Rodríguez | Interactive Director
    Methanoia Studio | [url]http://www.methanoia.com[/url]
    ---------------------------------------------------
    [url]www.onwine.com.ar[/url] > samples & code
    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