tcobbs / ldview

Real-time 3D viewer for displaying LDraw models
https://tcobbs.github.io/ldview/
GNU General Public License v2.0
87 stars 17 forks source link

Fly-through mode forward/backward camera movement too fast sometimes #42

Open mjhorvath opened 3 years ago

mjhorvath commented 3 years ago

For very, very large models, the forward/backward movement of the camera is too fast in fly-through mode.

I mean the W and S keys. The mouse wheel is fine. Smaller models are fine too. It is just the super large models that are the problem.

mjhorvath commented 3 years ago

Some examples of very, very large models can be found here:

https://github.com/mjhorvath/Datsville/tree/main/models_studies/terrain/terrain_10

tcobbs commented 3 years ago

I don't really have the knowledge to fix this. I tried to make movement work well, and pretty much failed.

Sorry.

mjhorvath commented 3 years ago

Okay, thanks for taking a look.