Sequence selection in Hololens
Hi everyone,
I'm creating an experience in Hololes.
I can't select different sequences in the same model by connecting them to panels.
When I create experiences for Tablet I use a javascript that selects the correct Sequence (figure) and that's fine.
It doesn't seem to work here.
Are there any other ways?
Here is the javascript:
$scope.RiempimentoSerbatoio = function() {
$scope.view.wdg['SerbatoioPulita']['sequence'] = 'l-Creo%203D%20-%20riempimento_5Fserbatoio_5Fpulita.pvi';
$scope.$applyAsync();
$timeout(function() {
$scope.$broadcast('app.view["SerbatoioPulita"].svc.playAll')
}, 400)
};
Matteo.

