I have def'd node I view in
vrmlPad as:
material DEF
stainless_mat Material
{
diffuseColor 0.62745 0.62745
0.62745
specularColor 1 1 1
transparency IS
stainlesstransparency
}
}
And I'm trying to change the
diffuse color to red via
automation in HTML. I would
have thought it should look
like this:
CortonaX.Engine.Nodes
('stainless_mat').Fields
("diffuseColor")="1 0 0";
But it doesn't work.
How do you change the color of
a material node via automation?
Thanks,
Pat
|
|