TheCodePig
TheCodePig

Reputation: 122

How do you zoom out in the SceneKit user interface?

It seems so simple, but I just can't zoom out! Everything online with these search terms is about coding the effects in the app. My issue is not in the app; I just want to evaluate and edit all of the objects in a SceneKit scene in the user interface, and add cameras and lights when I can see the whole scene. But, I can't zoom out far enough to see all of the objects.

Upvotes: 3

Views: 1404

Answers (1)

James P
James P

Reputation: 4836

Hold down option and use the scroll wheel on the mouse to zoom in the SceneKit editor.

Make sure you don't have any conflicting settings, for instance Accessibility Zoom in System Preferences.

Upvotes: 4

Related Questions