You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched everywhere in the source code but I cannot find any place where to set dimensions of primitives? For example if I want to create a cube that's 1x2x1.
I tried using scale instead: cube.scale.set(1, 2, 1) but that doesn't update the bounding box.
Any suggestions or is it a lacking feature?
Thanks
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
I have searched everywhere in the source code but I cannot find any place where to set dimensions of primitives? For example if I want to create a cube that's 1x2x1.
I tried using scale instead:
cube.scale.set(1, 2, 1)
but that doesn't update the bounding box.Any suggestions or is it a lacking feature?
Thanks
Best regards
The text was updated successfully, but these errors were encountered: