문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top