Object3D scale only one size

Started by mxar, July 07, 2014, 09:39:47 PM

Previous topic - Next topic

mxar

I have created an Object3D Box calling Primitives.getBox(float scale, float scaleHeight)  method.

I need to scale only one size the width. The Object3D  Box must have width value not equal to length value.
Is there any solution?

How can I scale only one size?

EgonOlsen

I'm not sure, if i got your question...have you looked at the getBox()-method of ExtendedPrimitives?

mxar

Thank you for the answer.

It is very helpful.

I used an old version of jpct_ae.jar without the ExtendedPrimitives class.