shanker86 0 Newbie Poster

Hi all I have a .wrl file in my linux machine, which I have generated using a c++ code, and I am supposed to display the contents of .wrl file in graphics, which should show few shpere with different colours, If some body can help me with finding the proper software and directing me how to use it I would really appreciate it.!
Here is contents of "my_vrml_file.wrl"


#VRML V2.0 utf8
Background {
skyColor [ 0 0 0 ]
groundColor [ 0 0 0 ]
}
Transform {
translation -0 0 0
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0 1 0
transparency 0
}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -0.00000 0.00000 1.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}
}
geometry Sphere
{
radius 1.00000
}


}
]
}
Transform {
translation -0.00000 1.00000 0.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -0.00000 1.00000 1.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000

}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -1.00000 0.00000 0.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -1.00000 0.00000 1.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}

}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -1.00000 1.00000 0.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}
}
geometry Sphere
{
radius 1.00000
}
}
]
}
Transform {
translation -1.00000 1.00000 1.00000
children [
Shape {
appearance Appearance{
material Material
{
diffuseColor 0.00000 1.00000 0.00000
transparency 0.00000
}
}
geometry Sphere
{
radius 1.00000
}
}
]
}