add opaque/fade materials
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user