Relative Content

Tag Archive for javascriptthree.jsreact-three-fiber

How Can I fit Three js object to screen?

I have multiple objects in my scene. I need to implement Zoom Extents feature that automatically fits(shows) all the objects to screen. In my case, I’m using Orthographic Camera and Arcball Controls.