show_x3d(
[
create_indexedFaceSet(
[
[
[0, 0, 0],
[5, 0, 0],
[5, 5, 0],
[0, 5, 0]
],
[
[0, 0, 0],
[0, 5, 0],
[0, 5, 5],
[0, 0, 5]
],
[
[0, 0, 0],
[5, 0, 0],
[5, 0, 5],
[0, 0, 5]
]
],
{
color: "#ccc"
}
),
create_cylinder([2.5, 2.5, 0.01], [0, 0, 1], 0.5, 5),
create_hollow_cylinder([2.5, 2.5, 0.01], [0, 0, 1], 1, 2, 3, {
transparency: 0.6
})
],
{
show_axes: false,
viewpoint: {
position: "6.626 13.22 8.965",
orientation: "-0.524 -0.274 -0.806,1.957"
}
}
)