Merge branch 'feature/instancing' of github.com:nmfisher/polyvox_filament into feature/instancing

This commit is contained in:
Nick Fisher
2024-03-08 18:02:14 +08:00
17 changed files with 115 additions and 191 deletions

View File

@@ -305,5 +305,5 @@ class TransparencyPainter extends CustomPainter {
}
@override
bool shouldRepaint(covariant CustomPainter oldDelegate) => true;
bool shouldRepaint(covariant CustomPainter oldDelegate) => false;
}