Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi Team,
In Help center, we can have a list of 3D Widgets available, but not all new Widgets are shown
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2F3DWidgets.html%23
Could you please provide examples of usage of 3D List?
Thank you!
Solved! Go to Solution.
Hello @oparfon ,
when I am checking the help and the link for the all widgets there:
They seems to work.
When I am checking then the availibilty in the Studio Inteface:
So, for me seems that documentation cover the current widget available.
3D List seem not to belong to the current Studio functionality (comming with the installation). Possibly this is some custom widget? You can check if on your system are added customer widgets when you check in Documents/VuforiaStudio/Extensions where the additional customers widgets are added as extension. In a subfolders for the extension widget or widget group you could find the index.js file where e.g.:
exports.runtimeAngularModulesRequires = [
....
"panel3D-ng",
"list3D-ng",
....
];
there is the list of the custom added widget
If the 3DList is provided as extension possible you can find example and documentation from the source where you received this extension.
Hello @oparfon ,
when I am checking the help and the link for the all widgets there:
They seems to work.
When I am checking then the availibilty in the Studio Inteface:
So, for me seems that documentation cover the current widget available.
3D List seem not to belong to the current Studio functionality (comming with the installation). Possibly this is some custom widget? You can check if on your system are added customer widgets when you check in Documents/VuforiaStudio/Extensions where the additional customers widgets are added as extension. In a subfolders for the extension widget or widget group you could find the index.js file where e.g.:
exports.runtimeAngularModulesRequires = [
....
"panel3D-ng",
"list3D-ng",
....
];
there is the list of the custom added widget
If the 3DList is provided as extension possible you can find example and documentation from the source where you received this extension.
I have the most current Studio version, however, I do not have the additional 3D objects. I do have the json file in the folder described above
Hi @dmforbes ,
the current version of studio 9.0.2.4969.
When you create a new eyewear 3d project then the following widget should be available by the standard installation:
An index.js file in the extension folder (<window_user>\Documents\VuforiaStudio\Extensions) is not required . I mentioned it only for the check if there are some custom extensions widget added to the Studio installation.
In the extension folder we could have the studio-defaults.json where are some defaults- this is part of the standard installation.
Than you. I played on Studio this weekend and found the 3D widgets.