add opaque/fade materials

This commit is contained in:
Nick Fisher
2021-11-24 11:48:13 +08:00
parent 1fd75fb2b1
commit e4e861ae1d

View File

@@ -1,5 +1,5 @@
name: holovox_filament name: holovox_filament
description: The 3D rendering layer for the Mimetic app. description: The 3D rendering layer for the Holovox app.
version: 0.0.1 version: 0.0.1
homepage: homepage:
@@ -19,13 +19,16 @@ dev_dependencies:
sdk: flutter sdk: flutter
flutter_lints: ^1.0.0 flutter_lints: ^1.0.0
flutter: flutter:
assets: assets:
- assets/compiled.mat - assets/compiled.mat
- assets/lit_opaque.filamat
- assets/lit_fade.filamat
plugin: plugin:
platforms: platforms:
#android: #android:
#package: com.thepipecat.flutter.filament #package: com.thepipecat.flutter.filament
#pluginClass: FilamentPlugin #pluginClass: FilamentPlugin
ios: ios:
pluginClass: MimeticFilamentPlugin pluginClass: HolovoxFilamentPlugin