diff --git a/lib/filament_widget.dart b/lib/filament_widget.dart index b601d8b4..ea8b42ef 100644 --- a/lib/filament_widget.dart +++ b/lib/filament_widget.dart @@ -118,7 +118,8 @@ class _FilamentWidgetState extends State { ? Container() : Transform( alignment: Alignment.center, - transform: Matrix4.rotationX(pi), + transform: Matrix4.rotationX( + pi), // TODO - this rotation is due to OpenGL texture coordinate working in a different space from Flutter, can we move this to the C++ side somewhere? child: texture) : texture)))); });