How do I get a copy of the same overlay in one scene? For example, a chair. I want to place like 3 of them, but I don’t want to upload the same overlay 3 times…
@overlay overlay name create
I tried, but now the second overlay is invisible at least in browser previewer. Is it ok?
try to shift it, so It can appear
@overlay overlayname shifts to 0 0 in zone 1
it’s not working. this command just moves my first overlay.
Try to scale it as well
@overlay overlayname scales to 1.000 in zone 1
1 Like
It is actually like this
@overlay OVERLAY_2 create from OVERLAY
But you were right, I need to create/shift/scale/opacity new overlay, so it would be visible. Thanks