Thread: ground overlap
View Single Post
  #6  
Old 10-05-2020, 04:02 PM
kennethkarthik kennethkarthik is offline
Moderator
 
Join Date: Jul 2018
Posts: 8
Hey wbs,

Sorry for the delay. You can use the setScale function on any node 3d object like the ground or a model. Simply use it in the following syntax:

<node3d>.setScale( [x,y,z] )

where [x,y,z] specifies the scale factor that is applied independently to each of the three dimensions.

see the documentation for further information
Reply With Quote