NEW IceCreamCone {
fields [SFFloat radius %rad, SFFloat height %hi]
TransformSeparator {
Sphere { radius %rad }
Translation { translation blahblahsomenumbers
rotation blahblahsomenumbers
}
cone { bottomradius %rad
height %hi
}
}
}
CUST IceCreamCone {radius 2 height 3}
Something like this would make it easier to write VRML and also
reduce file size
Perhaps also a Library {name "url"} node could be included to
say "Here's where you can check to get the definitions of
any nodetypes that you don't know..."