Skip to main content
1-Visitor
March 9, 2020
Solved

Are there any animations for 3D widgets?

  • March 9, 2020
  • 1 reply
  • 978 views

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

Best answer by RolandRaytchev

Hi @Ace_Rothstein_310668 ,

 

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"

 

1 reply

21-Topaz I
March 9, 2020

Hi @Ace_Rothstein_310668 ,

 

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"