| Fenrir 2005-02-21, 11:18 pm |
| Hi
I've a vrml document which is inckude in a html.
http://perso.wanadoo.fr/promethee60/3D/page4.html
http://perso.wanadoo.fr/promethee60/3D/citytmplate2.wrl
The bs contact vrml, plugin seems to have common EAI with blaxxun plugin.
When I use bs contact activex control in VBA, the object explorer
I want to start animation of screw when i click an anchor or a button in the
html document
There is someone to know how to do ?
------------------------------------------------------------------------
Another trouble where i can find documentation on EAI and javascript
I use this function to modify color screw
function Nono() {
//document.CC3D.AboutBox();
sendEvent('default','set_diffuseColor','0.5 0.4 0.2')
}
which is refer to
function sendEvent(node, field, value) {
document.CC3D.setNodeEventIn(node, field, value)
}
I konw that node refer to( see vrml ine below) and the color is rgb coded
(float between 0 and 1)
But where i can find that field must be set_diffuseColor, How can i know
field available for box, cube, indexedfaceset an do on ??
material DEF default Material {.....
|