- Tue Jan 12, 2021 7:58 am
#321006
If an object (a simple cube) has an offset (for example, half of its height above origin) when I click to move it (but have it done yet) the surrounding box of an object is displayed incorrectly.
3D script
p.s. how can I rid of hotspots below the object (show2Dhotspotsin3D is disabled, same as other options in details - around symbol and so on)
3D script
Code: Select all
addz zzyzx/2
hotspot 0,0, zzyzx
hotspot 0,0, 0
hotspot a,0, zzyzx
hotspot a,0, 0
hotspot 0,b, zzyzx
hotspot 0,b, 0
hotspot a,b, zzyzx
hotspot a,b, 0
block a, b, zzyzx
del 1
p.s. how can I rid of hotspots below the object (show2Dhotspotsin3D is disabled, same as other options in details - around symbol and so on)
AC 22, 24 | Win 10