35 #ifdef G4VIS_BUILD_VRML_DRIVER
55 fPort = FR_VRML_DEFAULT_PORT;
56 char *pport = getenv(FR_VRML_PORT_ENV);
58 sscanf(pport,
"%d", &fPort);
62 fHostName =
"localhost" ;
63 char *phostname = getenv(FR_VRML_HOST_NAME_ENV);
65 fHostName = phostname;
78 p =
new G4VRML1SceneHandler(*
this, name);
87 G4VRML1SceneHandler* pScene = (G4VRML1SceneHandler*)&scene;
88 pView =
new G4VRML1Viewer(*pScene, name);