Hi
I am looking for something like a TShellTreeView, but then to display the inside of a file. A vrml 2.0 file to be more exact.
This is a part of the file:
geometry DEF 205_205_PL150x8_S235JR__ IndexedFaceSet {
coord Coordinate {
point [
2490.85 67.15 1240,
2490.85 67.15 1090,
267.57 67.15 1090,
267.57 67.15 1240,
2490.85 59.15 1090,
2490.85 59.15 1240,
267.57 59.15 1240,
267.57 59.15 1090]
}
coordIndex [
0,1,2,3,-1
4,5,6,7,-1
1,4,7,2,-1
0,3,6,5,-1
0,5,4,1,-1
2,7,6,3,-1
]
solid TRUE
}#face
} ]#shape
}#transform
Transform {
children [ Shape {
appearance Appearance {
material Material {diffuseColor 0.82 0.57 0.46}
}
The selection should be based on first nr and then second nr (205_205).
I think the it should read the whole file first and then show the three. But TShellTreeView is based on Folders.
Is there somewhere an example on how to achieve this ?
Thanks