Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Lookat feature
-
Is there some way to turn off the lookat feature after it is started.
-
Yeah. You can also change what it's looking at; try:
if getVar("look")==1;lookAt("box");else;lookAt("sphere");end -
@wacov said:
Yeah. You can also change what it's looking at; try:
if getVar("look")==1;lookAt("box");else;lookAt("sphere");endOk thanks.
-
Right now you can't make an object stop looking at anything. You can change the target but not clear it. In the future lookAt("") will clear the target.
Advertisement