example project fixes

This commit is contained in:
Nick Fisher
2022-12-09 14:45:35 +08:00
parent 5684cddece
commit 76ce8dad4b

View File

@@ -28,7 +28,7 @@ class _MyAppState extends State<MyApp> {
List<String> _animationNames = []; List<String> _animationNames = [];
bool _loop = false; bool _loop = false;
bool _vertical = false; bool _vertical = false;
bool _rendering = true; bool _rendering = false;
int _framerate = 60; int _framerate = 60;
@override @override
@@ -232,7 +232,7 @@ class _MyAppState extends State<MyApp> {
break; break;
case 29: case 29:
_light = await _filamentController.addLight( _light = await _filamentController.addLight(
2, 1,
6500, 6500,
15000000, 15000000,
0, 0,