expose addToScene argument in interface for loadGltfFromBuffer (this was already exposed in the implementation)
This commit is contained in:
@@ -185,6 +185,7 @@ abstract class ThermionViewer {
|
|||||||
int priority = 4,
|
int priority = 4,
|
||||||
int layer = 0,
|
int layer = 0,
|
||||||
bool loadResourcesAsync = false,
|
bool loadResourcesAsync = false,
|
||||||
|
bool addToScene = true
|
||||||
});
|
});
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user