The book "Ready-to-Run Java 3D" by Kirk Brown and Daniel Peterson (Wiley Computer Publishing, New York, 1999) has a simple morphing Applet example in one of the chapters.
Good luck, Gary Graf
Bob Gray wrote:
I don't understand how to use OrderedGroup nodes. Could someone
point me to a good discription of its usage? I've read the API Specs
on it, but it doesn't show it in action.In my case, I have a Switch() node. I add my objects to the switch node
so I can then turn them "on" or "off". In this case, I don't understand
where to put the OrderedGroup node to order the objects I add to the Switch
node.Also, does anyone have a reference for how to use morphing?
Bob Gray