Recently active
Hello, The following js-code shows a water flow. It was also made with the HTML function. $timeout(function() { //$scope.setShader(); }, 1500); $scope.setShader = function() {$scope.view.wdg['3DImage-2']['shader'] = "textMove; time f 0.3"; $scope.view.wdg['3DImage-2']['src'] = "app/resources/Uploaded/Kalt_Pfeil.png?edge=repeat"; $scope.val=0;$rootScope.$on('modelLoaded', function() { $scope.setShader(); $interval(function() {if($scope.val >50) $scope.val =0else $scope.val +=1$scope.view.wdg['3DImage-2']['shader'] = "textMove; time f " +$scope.val/-50 + ";"console.info( "textMove; time f " +$scope.val/100 + ";")}, 250) And this code to visible the flow by click on a button: $scope.buttonClick12 = function(){if ($scope.view.wdg['3DImage-2']['visible'] == true)$scope.view.wdg['3DImage-2']['visible'] = false;else$scope.view.wdg['3DImage-2']['visible'] = true; Now i want to do this like i click on the button the flow is
Hello. After requesting a trial version of Vuforia Studio, I wanted to access the homepage and download the software, but I couldn't proceed with the message "Your AR journey starts soon!" I would appreciate any solution.
I tried publishing a HoloLens Image Target experience, and the publishing failed. The logs showed the following: [2020-05-11T17:00:18.409Z] error: [twx-studio:ves-publish:1589216415170:AR_Templater_Hololens] Failed to upload to the Experience Service. null[2020-05-11T17:00:18.409Z] error: [twx-studio:projectHelper] publishTask error for project AR_Templater_Hololens { statusCode: 413, message: '{"message":"long running target generation process terminated","errorCode":"","error":{}}'} The image I was trying to use as an Image Target was 2.9 MB, and 7068x7068. I made the image smaller to be 7"x7" and less than 1 MB, and then the project published successfully. Studio should show a proper warning/error if you try using an Image Target that's too large.
Hi there, I wonder what's the Best Practice (Efficient way) to create connecting lines/arrows in 3D space? I found this thread (https://community.ptc.com/t5/Vuforia-Studio/Adding-Arrow-Lines-in-3D/m-p/524978). But both 3D image or model is really difficult to use. Difficult to move them into right location (coordinate, angle...) Difficult to adapt to changes (rearrange labels, then rearrange lines/arrows) Time consuming to manipulate... (not scalable) Unable to change color with codes (3D images) Is it possible to create connection lines/arrows with code? Or a widget for it? (This will be GREAT) e.g. From the bounding-box-center of 3D-Object-A to bounding-box -center of 3D-Object-B, with properties like 'distance to each end', 'color', 'radius', 'end type'. Any reply is appreciated. Regards, ClarK
Hello, does anyone knows how to implement update tracking by javascript? instead of rescan thingmark ($scope.app.fn.navigateToScanMode();) I'd like to re-track the mark but cannot get any hint on it. thanks.
Hello, i create two sequences and i want to play the sequences by two different buttons. I found a post there is similar to this topic, but it doesn´t work. Does anyone has a demo project, where that is shown or can explain how it works? Thanks in advance.
I have a large model with several sequences. The user can load different sequences with buttons that call: var myPVZ = "Illustration"; //Sequence name var consistent = "app/resources/Uploaded/" + myPVZ + "/l-Model - "; $scope.view.wdg['3D_model'].sequence = consistent + "Default" + ".pvi"; //Load sequence The sequence then takes a couple of seconds to load and you can see different parts of the model appearing as it does. I wondered if it's possible to hide this loading with a spinner and then reveal the model at once when it has fully loaded. For example: Set 3D_model visibility = false Start spinner Start load sequence 2 second delay Stop spinner Set 3D_model visibility = true Is this a good approach? Alternatively is there a parameter that reports when a model has loaded, rather than using a delay?
I am new to the Augmented Reality and I am in learning stage. Please share any samples/examples for reference in Manufacturing domain.
Hi, I'm interested in changing a 3D image widget based on a property. I see that it's possible to dynamically bind the Resource property of the 3D image, but simply writing the string literal of the image resource doesn't work. Can anyone help me with this? Thank you.
Hello. I'm trying to implement a dashboard in Vuforia Studio which contains several 3D labels which are connected to real-time information through Thingworx Composer. I'm interested in applying State Formatting to the 3D labels. My use case is this: I have a value that represents the production quantity, and a boolean property which indicates whether the production is on target or not. I'm interested in binding the value to the 3D label and apply state formatting through another property (the boolean value). This can be perfectly done in Thingworx's Mashups. In Vuforia Studio, however, if I enable State Based Formatting for a label, I have a Dependent Field, and I can choose which State Definition to apply to it. If I leave the Dependent Field value as default ("text"), then it compares the actual text-value of the 3D label to the values that are inside the State Definition, and then applies the corresponding colour. This is not what I need, because I need to apply State Formatt
I am creating a quality inspection app. The user reply to several questions along the experience and the code save this answers in array of objects. I want to create, in the end of the experience, a "report" that shows the answers of the user from this array of objects. I wan't to do it in a 2D View with several labels, i don't know if there is a better way. I don't want to use any web services to save and get after, because the user will not have a stable internet in the inspection location. He will save the answer other way when he comes back to his workstation. I don't want to "hardcode" the labels, because there are 28 answers, would take a lot a time, and any change would be a nightmare. There is any way?
Suppose anyone wants to show a demo to any other user and he doesn't want to share any credential. Could it be possible to view the experience as a guest for a Studio project connected to the Thingworx? If yes pls share the steps.
Hi,I am developing a AR experience where i need to integrate skype in Experience.Is it possible to do so in latest update. Regards, Nithin Kashyap S
Hello,Simple question: I don't see where I write the color of object target, the color of the model CAD don't catch inside 3D Model ? where is the function ?
The easing animations that was done in creo doesn't show up in vuforia
The sequence is running in the studio but without highlight effect and symbol,how to show the assembling process of a model with animation and symbols which we can see in illustrate but not in Studio.
I understand only surfaces are supported windows device for Vuforia view app. http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2Fcommon%2FViewSupportedReq.html%23 What is reason for limited devices? Does Vuforia view require specific hardware in Surface or just matter of PTC has not tested for other devices? Can we still run on non-recommended hardware? There is customer requirement for heavy-duty windows tablet. Will PTC increase number of supported devices?
Hello all, total newbie here, who is keen to learn and has downloaded Vuforia Studio! I have a number of questions, starting with this one, that I'm hoping someone can help with. By the way, I'm not an out and out techie! I'm looking to build an app that can help in a maintenance scenario. E.g. helping an cable electrician with basic tags that show how to perform routine maintenance. E.g. access to more comprehensive functions more detailed operating procedures like documents or videos linked to a content management platform like Alfresco or SharePoint. Can anyone point me in the right direction to be able to link tags in a Vuforia created app that can access content like documents and videos held in a content management system like Alfresco or SharePoint that could be viewed on an iPad or wearable? I have access to both through a HoloLens. Any help would be greatly appreciated.
Hello, I am unable to open vuforia studio and launch it after installation, error attached to this message for more clarity please check it , any kind of help would be appreciated thanks in advance,
Hi, Is there any list of devices that supports "Spatial and Model Targets" as I am unable to test on my phone.? Thingmarks and Image Targets are working fine for me. Thanks in advance.
I have created a sequence which contains 10 steps. I want to create a next step and previous step button so that when a user clicks 'next step' button he moves to the next step, and when he clicks 'previous step' he should move to previous step of the sequence.
Hello, i want to create a layout, how you see it on the picture. If i click on the "1. Button" the row with "Test_1" und "Test_2" is then visible. Now when i click on the "2.Button" when have to open the next row. That i managed already. Now then i click on the "2.Button" the row with "Test_1" and "Test_2" have to automatically invisible. How can i achieved that? Thanks in advance.
How to disable sliding animation when changing views. For example, when changing from view 1 to view 2, there is a sliding animation. how do I disable it? Thank you
I am pulling external data into Vuforia Studio from Thingworx. However I want to filter the data being displayed. I attached a photo below of my infotable and my question is: Is it possible to only display data where "shelf_number" is equal to [x] within Vuforia? Thank you!
Youtube video is not playing in studio.
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.