Turn 3D-Picture On and Off at a specific Step
Hi Guys,
I'm new to Vuforia Studio so i try to figure out, how some mechanics work.
What I want to do is, I Want a 3D-Picture turn on, at for example by Step 5 and turn off by Step 8.
I already can select a sequence from a 2D-Select Widget, press play and see the animations.
$scope.setsequenceList = function(){
$scope.app.params.sequenceList = [
{
"display":"Item1",
"value":"app/resources/Uploaded/l-Creo%203D%20-%20Sequence%202.pvi"
}
]
}
$scope.setsequenceList();
Now only my 3D-Picture "Warning" is missing. I already found some guides but i'm not able to transfer the solutions into my problem (Beginner Level with Coding).
https://community.ptc.com/t5/Studio/Play-specific-step-of-PVI-sequence-at-studio/m-p/552906#M3362
and
If you can help, I would appreciate 🙂

