7 public String toString() {
return "";}
10 public String getName() {
11 return "VRML/X3D Browser maintained by Communications Research Centre, Canada" ;
13 public String getVersion() {
return "0.02";}
15 public float getCurrentSpeed() {
return (
float)0.0;}
17 public float getCurrentFrameRate() {
return (
float)0.0;}
22 public BaseNode[] createX3DFromString(String x3dSyntax)
28 public BaseNode[] createVrmlFromString(String vrmlSyntax)