Recently active
Thank you @RolandRaytchev . Now its working fine. But now I have another issue with my experience. What is want is that when the distance between our phone and and our model is less than 0.5 a popup should come to alert the user that it is not safe to come any closer. For that purpose I used following code: $scope.trigger = function() { if (+magnitute(fargs.position[0].toFixed(2),fargs.position[1].toFixed(2),fargs.position[2].toFixed(2)) < 0.5) { $scope.setWidgetProp('popup-2', 'visible', true)}}; But it does not work.. Can you help me recifying this error.
hi, is there a way to extend the timer of showing a popup?
Hello to all,I would like to ask you for information regarding the management of lights in Vuforia.I realized that, when I load a 3D model in Vuforia (regardless of whether we directly load the step or the pvz from Creo Illustrate), the display of this, and in particular the colors of its surfaces vary significantly depending on whether these are framed frontally or not. In particular, this is noticeable on the gray surfaces (which are often present in our machines), and can also be annoying, since then the model is too light if directly illuminated. Is there a way to adjust the ambient light introduced by Vuforia? Or, alternatively, impose a priori where the light source that illuminates the machine will be positioned? Or again (I don't know if it is connected to this problem or not), adjust the "reflectivity" of the model? I am attaching some images to better clarify the problem (they are screenshots from the preview of Vuforia studio, but in Vuforia view the same problem occurs, wit
Hi, I need label and arrow to be visible till the finish of current sequence and then go invisible once the particular step in that sequence finishes. For eg: If i am playing step1 in sequence of step. the label and arrow pertaining to step1 should be visible till the finish of that particular step and then go inivisble and step2 label must appear. Is it possible to do through the script. if yes please help me out with that. Thanks
How to make a slider button that when I click the next arrow it will generate for the next panel.
I have an issue while running the trial of Vuforia Studio on my Windows 10. I get the following log:[2020-03-04T21:27:03.305Z] error: [twx-studio:index] uncaughtExceptionlisten EACCES: permission denied 127.0.0.1:3000 Error: listen EACCES: permission denied 127.0.0.1:3000at Server.setupListenHandle [as _listen2] (net.js:1289:21)at listenInCluster (net.js:1354:12)at GetAddrInfoReqWrap.doListen [as callback] (net.js:1493:7)at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {code: 'EACCES',errno: 'EACCES',syscall: 'listen',address: '127.0.0.1',port: 3000} uncaughtExceptionI checked and nothing seems to run on that port. I tried what was on the forums (changed the PORT environment variable) and nothing works. I was able to install it on my personal laptop, but not on my professional one (which is required). Is there a way to diagnose the issue?
Hello, I have tried the Slider widget on the 2D, and did a 0 to 360° to rotate my 3D model, but the thing is i put images on the 3D Canvas that don't rotate, even if i bind the slider with them ( they rotate around themeselve and not around the 3D model). So i would like to know if there's a possibility to "merge" the 3D model with images so it would be considered as one big model, that will rotate all the component, or if there's another solution to this problem. I thanks you for taking time to answer me.
I have a function within a $timeout to which I want to pass a variable called 'renderlevel'. Later I want to update 'renderlevel' and for it to update within $timeout. Can someone advise me how to do this? var renderlevel = 0.2;$timeout(function() { for (i = 0; i < rLen; i++) { $scope.view.wdg[renComponents[i]]['texture'] = "app/resources/Uploaded/MyImage.jpg?name=tex0&edge=repeat"; $scope.view.wdg[renComponents[i]]['shader'] = "reflect;mixer f " + renderlevel; }} ,50);//Later...renderlevel = 0.5;//Update timeout?? Update: this is a lot simpler than I realised. This is my basic but functional solution: //SHADER - runs at startup$timeout(function() { for (i = 0; i < rLen; i++) { $scope.view.wdg[renComponents[i]]['texture'] = "app/resources/Uploaded/MyImage.jpg?name=tex0&edge=repeat"; $scope.view.wdg[renComponents[i]]['shader'] = "reflect;mixer f " + renderlevel; }} ,50);//SHADER UPDATE - runs when called$scope.shaderUpdate = function(){ $timeout(
HI ALL, I want to create a 20 buttons (20 steps) that corresponds to each sequence. How to integrate it i vuforia?
Is it possible to start Vuforia Studio as a service, not a program? I've installed Studio Trial on a Windows 2016 Server and would like to not be dependent of a specific user to log in and start the program to get the web service running. There are different user that can RDP the server and participate in building experiences.
The colors applied to the model items are not showing up when it is being viewed using the Vuforia View App. Aby idea why this is happening? Avinash
Is it done by Javascript or can CSS animations be applied to 3D images
Hi all, I'm looking for a way to get user input in Hololens project. /VR
Hi there, I wonder is it possible to control Default SVG fill colors via CSS codes in STYLE\Application panel? If I want to asign orange to resources/Default/vu_seq_play.svg <circle class="base">. Is it possible? Any reply would be appreciated. ClarK
For instance fading in or fading out the 3D image?
Does anyone know if "Experience Service" needs separated license or free? How to get the what kinds of licenses if it needs license?
Dear support, I installed experience service 8.4. When I tried connecting Vuforia Studio with the URL like https://<IP>:2019 and hit the validate button, it returns "Failed to authenticate experience server" error. I also tried accessing https://<IP>:2019\studio-trial.vuforia.io/ExperienceService/ui and it returned {"message":"Not Found","errorCode":"","error":{}} I tried accessing https://<IP>:2019\studio-trial.vuforia.io/ExperienceService/ping and it returned OK. Can anyone help find out how to fix this issue?
I have written a code to display the name of the sequence step for each new step inside a 2D label widget. But I want to hide the step number for eg. (1/15)
Hi community!! I need your help please. i need to insert a chronometer that counts the time it takes to complete a checker. into a display value widget. i found this code but it does not work. $scope.chronometer = function () {require(['lib/easytimer/dist/easytimer.min.js'], function (easytimer) {var timer = new easytimer.Timer();});var timer = new Timer();timer.start();timer.addEventListener('secondsUpdated', function (e) {$('#basicUsage').html(timer.getTimeValues().toString());});$scope.view.wdg['valueDisplay-3'].value = timer;}; what can i do for fix it? thanks for your help
How to change font color of 3d label using javascript?
Hi, i signed up for the Vuforia Studio Trial Version and after that purchased the full version. Now I wanted to add my colleagues as additional users. In my Experience Service field it still says https://??????????????.studio-trial.vuforia.ioWhere and how do i get the full version Experience Service adress? Since that's the requirement to add new user.
I want to access the STATE_DEF_CACHE object to get the caption values of the several states. I did not find a variable path to access this from the javascript entry point $scope. STATE_DEF_CACHE and STYLE_CACHE defined in app-runtime.js
hi, how to create multiple buttons that corresponds to a certain sequence within a model? all steps is in one model but different sequence
Hi, Could anyone tell me how I can write a service with java? It is a simply bool value (true, false) and I found it, but it is not working: $scope.app.mdl.Avtis_BudapestThing.svc.SetAnimation.data = 'true'; SetAnimation is the name of the service. If I use a button "click" action then it is working, but I want to write it automatically after some seconds with java. Many Thanks BJ
I got an image as a 2D widget to work using css keyframes animation but it doesn't work with 3D images. I wanted to blink the 3d image as well as create a few different animations.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.