Fabrice <[EMAIL PROTECTED]> wrote:

> I have a script resizing some objects in mij member...if i open the member
> into the SW viewer i can see they've moved away from the point they were.
...
> on resizeballs
> repeat with counter = 1 to 7
> balls.model("item"&counter).transform.scale(2, 2, 2)
> end repeat
> end

Hi Fabrice,

It would appear that the origin point for your model resources is outside
the models themselves.

Think of each ball as a cherry on a stalk.  When you make the cherry bigger,
the stalk gets bigger too, so it appears further from the point it is
attached to.

Can you recreate your resources so the point vector(0, 0, 0) for each
resource is in the center of the ball?

Cheers,

James


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to