example project updates
This commit is contained in:
@@ -64,7 +64,10 @@ class ExampleWidgetState extends State<ExampleWidget> {
|
|||||||
static bool rendering = false;
|
static bool rendering = false;
|
||||||
static bool recording = false;
|
static bool recording = false;
|
||||||
static int framerate = 60;
|
static int framerate = 60;
|
||||||
static bool postProcessing = true;
|
static bool postProcessing = false;
|
||||||
|
static bool antiAliasingMsaa = false;
|
||||||
|
static bool antiAliasingTaa = false;
|
||||||
|
static bool antiAliasingFxaa = false;
|
||||||
static bool frustumCulling = true;
|
static bool frustumCulling = true;
|
||||||
static ManipulatorMode cameraManipulatorMode = ManipulatorMode.ORBIT;
|
static ManipulatorMode cameraManipulatorMode = ManipulatorMode.ORBIT;
|
||||||
|
|
||||||
|
|||||||
@@ -263,6 +263,11 @@ class _AssetSubmenuState extends State<AssetSubmenu> {
|
|||||||
.loadIbl('assets/default_env/default_env_ibl.ktx');
|
.loadIbl('assets/default_env/default_env_ibl.ktx');
|
||||||
},
|
},
|
||||||
child: const Text('Load IBL')),
|
child: const Text('Load IBL')),
|
||||||
|
MenuItemButton(
|
||||||
|
onPressed: () {
|
||||||
|
widget.controller.removeIbl();
|
||||||
|
},
|
||||||
|
child: const Text('Remove IBL')),
|
||||||
MenuItemButton(
|
MenuItemButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await Permission.microphone.request();
|
await Permission.microphone.request();
|
||||||
|
|||||||
Reference in New Issue
Block a user