nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Smoother camera movement with mouse/gestures #14

Open nmfisher opened 6 months ago

nmfisher commented 6 months ago

Manipulating the camera isn't nice and buttery smooth like threejs/babylon/etc (or even the filamentjs viewer).

I don't think this is a framerate issue, could be an issue with handling gesture detection via a Flutter widget that is blocking multiple times per frame?

nmfisher commented 2 months ago

threejs feels like it's instantly accelerating the camera in the pointer direction, then decelerates (not stop) when pointer is released