feat: allow custom material for grid overlay, and material creation from Uint8List
This commit is contained in:
@@ -765,8 +765,8 @@ abstract class ThermionViewer {
|
||||
///
|
||||
///
|
||||
///
|
||||
Future showGridOverlay();
|
||||
|
||||
Future showGridOverlay({covariant Material? material});
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
@@ -788,6 +788,11 @@ abstract class ThermionViewer {
|
||||
///
|
||||
Future destroyTexture(covariant ThermionTexture texture);
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
Future<Material> createMaterial(Uint8List data);
|
||||
|
||||
///
|
||||
///
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user