Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
8 Replies
3229
Views
| I was trying to figure out an automated way to make punch of parts
assembly of my model to be transp...
|
8 Replies
|
3229
Views
| ||
5 Replies
1960
Views
| I added a model widget into the canvas with xyz co-ordinate as say 0,0,0
(center of canvas). Now whe...
|
5 Replies
|
1960
Views
| ||
8 Replies
4054
Views
| Hi, We are now using ThingWorx studio to modify a panel model, and we
want to add/change pictures on...
|
8 Replies
|
4054
Views
| ||
9 Replies
3347
Views
| Hello my name is Kevin Leech I am a PTC partner and I had access my
trial rean out can you help me R...
|
9 Replies
|
3347
Views
| ||
by
TarynKelly
![]() ![]()
1 Reply
907
Views
| Hi dupatel, Per this topic: I checked out your video and it was helpful
but didn't show how to make ...
|
1 Reply
|
907
Views
| ||
5 Replies
2816
Views
| im working on the ar course.i skipped the videos that i was supposed to
skip.But when i try to add e...
|
5 Replies
|
2816
Views
| ||
3 Replies
1563
Views
| Hello I have almost 10 steps in my animation i want to display each
component number in 3d image at ...
|
3 Replies
|
1563
Views
| ||
4 Replies
2420
Views
| Not sure if this is a bug or ignorance. I am trying to hide a model upon
the start of my application...
|
4 Replies
|
2420
Views
| ||
1 Reply
864
Views
| Hi!! I would like to ask, currently is there any way for me to to change
a tablet experience to a 2D...
|
1 Reply
|
864
Views
| ||
2 Replies
946
Views
| Hi all, To show different time in vuforia studio we written the code in
Home.js .and it showing the ...
|
2 Replies
|
946
Views
| ||
1 Reply
673
Views
| I have issues using the ThingMark: When pointing the camera at the
ThingMark the app starts to load ...
|
1 Reply
|
673
Views
| ||
by
JonathonFowler
![]() ![]()
1 Reply
910
Views
| I can no longer login to view my experiences on an iPad. I have changed
my password and I still can'...
|
1 Reply
|
910
Views
| ||
8 Replies
5166
Views
| Hello Community, I`m facing the problem, that I have an experience
service URL (https:///ExperienceS...
|
8 Replies
|
5166
Views
| ||
6 Replies
4170
Views
| Account has been reset by PTC!
|
6 Replies
|
4170
Views
| ||
13 Replies
6716
Views
| Hello, I have been stuck on the webpage shown in attachment for days,
unable to download the Vuforia...
|
13 Replies
|
6716
Views
| ||
1 Reply
798
Views
| 模型Target和空间Target不支持HoloLens吗?
|
1 Reply
|
798
Views
| ||
by
sean_textree
![]() ![]()
1 Reply
965
Views
| We have a on-premise thingworx server. The Experience Service is
installed and operated on the Thing...
|
1 Reply
|
965
Views
| ||
2 Replies
1793
Views
| Hi, sequences are now working quite better. Does anyone have a clue how
to play 2 or more sequences...
|
2 Replies
|
1793
Views
| ||
8 Replies
3239
Views
| I am trying to write coding in Java script to show different country
time in vuforia studio for Thin...
|
8 Replies
|
3239
Views
| ||
2 Replies
1310
Views
| I would like to add a 3D label or 3D image of an arrow that pops up
right before a step of a sequenc...
|
2 Replies
|
1310
Views
| ||
6 Replies
3115
Views
| Hi, I installed Studio on my computer. When I start it up, it opens but
I get "Error Occurred, check...
|
6 Replies
|
3115
Views
| ||
by
dsgnrClarK
![]() ![]()
5 Replies
3829
Views
| hi there, I tried to apply x-ray shader on model Item with TML widget
precision mediump float; varying vec3 I; varying vec3 N; const float
edgeFalloff = 1.0; const float intensity = 1.0; const float ambient =
0.2; void main() { vec4 color = vec4(0.1,0.9,0.3,1.0); float opacity =
abs(dot(normalize(-N), normalize(-I))); opacity = ambient +
intensity*(1.0-pow(opacity,edgeFalloff)); gl_FragColor = opacity *
color; gl_FragColor.a = opacity; } attribute vec3 vertexPosition;
attribute vec3 vertexNormal; varying vec3 I; varying vec3 N; uniform
mat4 modelViewProjectionMatrix; uniform mat4 modelViewMatrix; uniform
mat4 normalMatrix; void main() { vec4 vp4 = vec4(vertexPosition,1.0);
vec4 P = modelViewMatrix * vp4; I = P.xyz - vec3(0); N =
vec3(normalMatrix * vec4(vertexNormal,0.0)); gl_Position =
modelViewProjectionMatrix * vp4; } and the result looks like Ho...
|
5 Replies
|
3829
Views
| ||
by
RolandRaytchev
![]() ![]()
2 Replies
3646
Views
| 1.)The first question it is possible to extract model data of 3d models
in Vuforia Studio? In this c...
|
2 Replies
|
3646
Views
| ||
1 Reply
1071
Views
| 在扫描模式。我说“”嘿视图,显示库。或者“嘿视图,下载体验。”没有回复。但它可以扫描ThingMark并加载体验。
|
1 Reply
|
1071
Views
| ||
3 Replies
2566
Views
| Does anyone know how to open a URL via JS? I have tried window.open()
which works in the Preview and...
|
3 Replies
|
2566
Views
| ||
by
Milliau
![]() ![]()
6 Replies
2523
Views
| I created an experience on Vuforia Studio using model target detection
and it the detection works fi...
|
6 Replies
|
2523
Views
| ||
by
Giuseppe_Fiore
![]() ![]()
6 Replies
2559
Views
| is it possible to get a list of the files present in the
resource/Uploaded folder by code ?
|
6 Replies
|
2559
Views
| ||
by
Milliau
![]() ![]()
1 Reply
924
Views
| Hey, I have trouble with my HOlolens experience. I created it new to
solve it but this doesn't help ...
|
1 Reply
|
924
Views
| ||
by
lingashettym
![]() ![]()
8 Replies
3541
Views
| I installed Vuforia Studio Trail version and created Demo project and
successfully published the dem...
|
8 Replies
|
3541
Views
| ||
by
dsgnrClarK
![]() ![]()
5 Replies
3400
Views
| How to accomplish real-time Sectioning function like this? Or, just
pre-made Selectable Static Secti...
|
5 Replies
|
3400
Views
|
Subject | Author |
---|---|