We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my code I want to make to make initial zoom to fit the screen currently it is zoom to much is there any solution for that ?
<Canvas style={{ height: "500px", width: "100%" }} camera={{ position: [0, 0, 50], fov: 50 }}> <ambientLight intensity={0.5} /> <directionalLight position={[5, 5, 5]} intensity={1} /> <Model url="/animateImages/sample.glb" /> <OrbitControls enableZoom={true} zoomSpeed={1} maxDistance={1000} minDistance={50} /> </Canvas>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is my code I want to make to make initial zoom to fit the screen currently it is zoom to much is there any solution for that ?
The text was updated successfully, but these errors were encountered: