adrianhajdin / project_3D_developer_portfolio

The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
https://jsmastery.pro
6.03k stars 1.35k forks source link

Issue with scaling of gltf scene #57

Open Asuraxsoul opened 1 year ago

Asuraxsoul commented 1 year ago

I have copied codes from Hero.jsx and Computers.jsx files and they worked fine without any console errors. However, the 3D scene scaling does not look right

Below is the original parameters provided by Adrian image

I tried to "Zoom" in by playing around with the scaling and position of scene but the scene seems to be bounded by the "view" as marked by the red arrows as shown below. image

Does anyone have ideas on what is wrong and how I reposition the scene? Thank you!