home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
-
- #
- # This file is generated by Community Place Conductor Version 1.0 Alpha 2.
- # Sony Corporation 1997.
- #
-
- Background {}
-
- NavigationInfo {
- headlight FALSE
- type [ "WALK" ]
- }
-
- Transform {
- children [
- DEF SLIGHT SpotLight {
- cutOffAngle 0.785
- radius 10
- }
- ]
- }
-
- Transform {
- translation 0 0 -5
- children [
- DEF TOUCH TouchSensor {}
- Inline {
- url "shape\spheres.wrl"
- }
- Transform {
- translation 0 1.5 0
- children [
- Shape {
- geometry DEF MESSAGE Text {
- fontStyle FontStyle {
- justify "MIDDLE"
- size 0.5
- }
- string "SpotLight"
- }
- }
- ]
- }
- ]
- }
-
- Transform {
- children [
- Viewpoint {
- position 0 0 0
- }
- ]
- }
-
-
- DEF TIME TimeSensor {
- cycleInterval 0.1
- loop TRUE
- }
-
-
- DEF SCRIPT Script {
- url "scripts/SpotLight.class"
- eventIn SFTime evTime
- eventIn SFTime evTouchTime
- eventOut SFBool evOn
- eventOut SFFloat evIntensity
- eventOut SFColor evColor
- eventOut SFVec3f evLocation
- eventOut SFVec3f evDirection
- eventOut SFFloat evCutOffAngle
- eventOut MFString evMessage
- }
-
- ROUTE TOUCH.touchTime TO SCRIPT.evTouchTime
- ROUTE SCRIPT.evColor TO SLIGHT.set_color
- ROUTE TIME.cycleTime TO SCRIPT.evTime
- ROUTE SCRIPT.evIntensity TO SLIGHT.set_intensity
- ROUTE SCRIPT.evLocation TO SLIGHT.set_location
- ROUTE SCRIPT.evDirection TO SLIGHT.set_direction
- ROUTE SCRIPT.evCutOffAngle TO SLIGHT.set_cutOffAngle
- ROUTE SCRIPT.evOn TO SLIGHT.set_on
-