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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Are there any animations for 3D widgets?

Ace_Rothstein
6-Contributor

Are there any animations for 3D widgets?

For instance fading in or fading out the 3D image?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @Ace_Rothstein ,

 

there are no directly api for such effects but...

you can set color of modelItem Widgets and set the Opacity property - where you can change the color of the e.g. modelItem widget and make it transparent . So you use some script which will change the property in a loop / time interval so that to have the effect of continuous change

Another way /more advance /is to use some shaders [ developed in glsl] via the shader and texture property

e.g. in the post "Flashing effect of model item"

 

View solution in original post

1 REPLY 1

Hi @Ace_Rothstein ,

 

there are no directly api for such effects but...

you can set color of modelItem Widgets and set the Opacity property - where you can change the color of the e.g. modelItem widget and make it transparent . So you use some script which will change the property in a loop / time interval so that to have the effect of continuous change

Another way /more advance /is to use some shaders [ developed in glsl] via the shader and texture property

e.g. in the post "Flashing effect of model item"

 

Top Tags