1

I want to change height of my geometry meshes dynamically how is it possible here is my demo

1 Answer 1

2

You use scale to change the size of your mesh. For example:

Mesh.scale.x = 2.5; // WIDTH
Mesh.scale.y = 2.5; // HEIGHT
Mesh.scale.z = 2.5; // DEPTH
Sign up to request clarification or add additional context in comments.

1 Comment

It's not working well in my example.if is it possible i want to change the height of my meshes?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.