K-Slide does not produce complete wrl output.

Need to manually insert into the generated files the following hierarchical parentesis level:
#<<<<Shape { # triangle mesh: OBJECT  #>>>>
### ... ###
#<<<< } # end triangle mesh #>>>>

##Like this:

Background {
  skyColor [0.500000 0.600000 0.700000]
}

#<<<<
Shape { # triangle mesh: OBJECT

  appearance Appearance {
    material Material {
      diffuseColor 0.500000 0.500000 0.500000
      ambientIntensity 1
      specularColor 0 0 0
      emissiveColor 0 0 0
      shininess 0
      transparency 0
    } # end material
  } # end appearance
#>>>>

  geometry IndexedFaceSet {
    ccw    TRUE
    convex TRUE
    solid  FALSE


#################################
###  The big data file generated ... 
#################################



  } # end geometry

#<<<<
} # end triangle mesh
#>>>>

NavigationInfo {
  type "EXAMINE"
}