Newbie question - can i resize the 3d object??

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

  1. #1

    Default Newbie question - can i resize the 3d object??

    Hello,

    i am wonder that can i resize a 3d object (e.g. box) which i made in 3d studio max, by input a value in director. is it possbile???
    thank you so much!!!

    may
    May W Guest

  2. Similar Questions and Discussions

    1. resize object
      I'm learning Flash. when i draw a rectangle i can move corners by dragging the handles, after picking tool A. But what if I want to increase the...
    2. Divide Object Below-----Newbie Question
      I have Illustrator 11 for Windows. When I use the Divide Object Below command on a photo I am trying to crop using an elliptical object, NOTHING...
    3. Resize object by actual dimensions
      Illustrator 10... I cannot find any way to draw out a simple box and then tell Illustrator that I want it exactly 2" by 3.5" - what am I missing? ...
    4. Stroke size increasing on resize of object
      Hi All, I've been wondering about this, why is it that if I drag out a circle, rectangle, or any other shape for the matter and resize it the...
    5. Move and resize object in layer
      I have a round ball on a layer by itself and I want to make the ball smaller and then move it in relation to an object in another layer. I must be...
  3. #2

    Default Re: Newbie question - can i resize the 3d object??

    yes you can.

    use "scale" in this way:

    member("Szene").model("Mond").transform.scale = vector(2,5,3)

    the vector holds the scaling factor. if all values are the same you can make
    your model bigger or smaller.



    hondo3000 Guest

  4. #3

    Default Re: Newbie question - can i resize the 3d object??

    hondo3000,
    your answer is really useful for me!!!!!!!!!!
    thank you so much!!!!!!!!!!!!
    May W 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