#VRML V2.0 utf8
# Der Kommentar der ersten Zeile ist zwingend vorgeschrieben
# Einfaches Hello World Programm das einen String und ein 3D VRML Modell
# darstellt animiert und einen Link ins World Wide Web darauf legt
Background
{
skyColor 0 0 1
}
Anchor
{
children
[
DEF DREH Transform
{
children
[
Inline { url "tux.wrl" }
Shape
{
geometry Text
{
string ["Hello World"]
}
}
]
}
]
description "Hello World"
url "http://129.69.35.12/vrml/vrml_csv.html"
}
DEF DREHDATEN OrientationInterpolator
{
key [0, 0.5, 1]
keyValue
[
0 1 0 0,
0 1 0 3.14,
0 1 0 6.28
]
}
DEF ZEIT TimeSensor
{
cycleInterval 10
loop TRUE
}
ROUTE ZEIT.fraction_changed TO DREHDATEN.set_fraction
ROUTE DREHDATEN.value_changed TO DREH.set_rotation