Collect metadata from glb file
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ let currentSet = 'default'
|
||||
* Disables hiding of various child items
|
||||
* once model has loaded
|
||||
*/
|
||||
modelLoaded = function() {
|
||||
modelLoaded = function(e) {
|
||||
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
|
||||
if (typeof enableMenu != 'undefined') {enableMenu()}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user