which file need to import for sequence in vuforia studio
Hai Team,
Once after extracting the .zip file, i got the .pvi, .pvs,.ol file.
which file need to import whether .pvz file or extracting .zip files.
if i imported .pvz file i got 4 figures in sequence tab.
how to call these sequence with the button in home.js.
could you please explain about this.
if you have any related project please attach here.
below mentioned codes are we are using.
$scope.r1= function()
{
$scope.view.wdg['model-1']['sequence'] = 'app/resources/Uploaded/l-Creo 3D - Figure 1.pvi';
}
$scope.r2= function()
{
$scope.view.wdg['model-1']['sequence'] = 'app/resources/Uploaded/l-Creo 3D - Figure 2.pvi';
}



