I'm using x3d scene in a web page. In this page, I have an indexedfaceset
which works fine.
I'm adding a <Color color="..."></Color>
and it's working fine as well.
Now what I'm trying to do is to change the content of the Color
using javascript once the scene is already drawn. Unfortunately the modifications aren't taken into account.
Do I have to force a redraw of the scene or something like that? I saw nothing on the runtime api of x3d.
Thanks