cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Problem with tml3drenderer after upgrade of Vuforia Studio

LS_9776545
9-Granite

Problem with tml3drenderer after upgrade of Vuforia Studio

Good morning everyone, I am experiencing a big problem with my publications after upgrading Vuforia Studio to version 9.2.2 (9.2.2.5162).
Specifically, I use the following functions: 

 

 

tml3dRenderer.setProperties(group_selection[i], {opacity : 0}) and tml3dRenderer.setProperties(group_selection[i], {hidden : false})

 

to hide/show parts or entire groups of pvz models

 

The second function with the parameter "hidden: false" is not working anymore.

The project is large and the client using the experience is not really satisfied with this malfunction.

Can someone help me?

 

1 ACCEPTED SOLUTION

Accepted Solutions

there is a known problem (recently identified elsewhere) here where hidden:false is not working

hidden:"false" will work

 

obviously this is not to spec of the API so it will hopefully be fixed asap.

 

if you ned to move forwards quickly, use the string form i.e. hidden:"false"

 

should also note this only appears to affect anything in preview.  

for actual devices, the API is working correctly

View solution in original post

1 REPLY 1

there is a known problem (recently identified elsewhere) here where hidden:false is not working

hidden:"false" will work

 

obviously this is not to spec of the API so it will hopefully be fixed asap.

 

if you ned to move forwards quickly, use the string form i.e. hidden:"false"

 

should also note this only appears to affect anything in preview.  

for actual devices, the API is working correctly

Top Tags