Author Topic: How to rescale a object3D to a desired size.  (Read 12114 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
How to rescale a object3D to a desired size.
« Reply #15 on: January 04, 2007, 05:46:49 pm »
No, there isn't. If you want some things not to be set, reset them after cloning. About the scale-thing: As long as it works, all is fine!

Offline eye1

  • int
  • **
  • Posts: 68
    • View Profile
How to rescale a object3D to a desired size.
« Reply #16 on: January 05, 2007, 04:03:30 pm »
Another question?

When I merge two objects into one. How do I position them before merging them?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
How to rescale a object3D to a desired size.
« Reply #17 on: January 05, 2007, 05:15:21 pm »
Merging in done in object space, so transformations in world space don't apply here. If you need an offset, you have to make the translation permanent in object space by using Object3D.translateMesh();