From e4e861ae1da41d31304907d5d4957f7abb3603ca Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 24 Nov 2021 11:48:13 +0800 Subject: [PATCH] add opaque/fade materials --- pubspec.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0aa3f98e..cd274374 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ 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 homepage: @@ -19,13 +19,16 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.0 + flutter: assets: - assets/compiled.mat + - assets/lit_opaque.filamat + - assets/lit_fade.filamat plugin: platforms: #android: #package: com.thepipecat.flutter.filament #pluginClass: FilamentPlugin ios: - pluginClass: MimeticFilamentPlugin \ No newline at end of file + pluginClass: HolovoxFilamentPlugin \ No newline at end of file