JVM Languages
jmpeg.txt
Associated article: The MPEG-4 Java API & MPEGlets
Tags: JVM Languages
Published source code accompanying the article by Aaron E. Walsh in which he introduces a suite of Java APIs for MPEG-4 and shows how you can use them to build highly dynamic and interactive content. Also see JMPEG.ZIP.
The MPEG-4 Java API & MPEGlets
by Aaron E. Walsh
Example 1:
#VRML V2.0 utf8
Group {
children [
Shape {
appearance Appearance {
material Material { }
}
geometry Cone { }
}
DEF TOUCH TouchSensor { } # define the sensor
DEF LIGHT DirectionalLight { # define the light
color 0 1 0
on FALSE
}
]
ROUTE TOUCH....


