codaline-io / angular-stl-model-viewer

Angular component for rendering an STL model
MIT License
35 stars 13 forks source link

On zoom stl file it shows incorrectly burst #601

Closed acharyaks90 closed 1 month ago

acharyaks90 commented 2 months ago

Describe the bug On zoom at certain point of time file become burst

To Reproduce Steps to reproduce the behavior:

1 Zoom it till the time it burst

image
  1. Post zoom -
  2. image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Link for stackblitz https://stackblitz.com/~/github.com/acharyaks90/stl_viewer

KillerCodeMonkey commented 1 month ago

i guess this is the ordinary behavior when you zoom "into" the model. so your camera dives into your model?

We are just adding all the default stuff threejs offers to the scene, basic controls (object controls), a default camera and so on.

Those defaults are not fitting everybody's needs, so feel free to set your own controls/camera.