Create new views and annotation sets
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -147,4 +147,14 @@ releaseAnnotation = function(e) {
|
||||
$('#wpTextbox1').val(newText)
|
||||
}
|
||||
grabHotspot = null
|
||||
}
|
||||
|
||||
/**
|
||||
* Change the currently selected annotation set
|
||||
*
|
||||
* @param {string} newSet name of annotation set to select
|
||||
*/
|
||||
selectAnnotationSet = function(newSet) {
|
||||
$('model-viewer').attr('currentSet',newSet)
|
||||
readMvconfig()
|
||||
}
|
||||
Reference in New Issue
Block a user