VRML IndexedLineSet厚度

时间:2013-12-10 15:08:21

标签: vrml

我想增加IndexedLineSet厚度,这是我的代码:

geometry IndexedLineSet {  
    coord DEF Line Coordinate { 
        point [0 0 0, 0 0 0] 
    }  
    coordIndex [ 0, 1, -1 ] 
}

我已经尝试过lineWidth但是它不起作用是否还有其他属性我可以使用?

感谢。

1 个答案:

答案 0 :(得分:2)

不幸的是,据我所知(已经很久了)如果你想使用IndexedLineSet你无法控制厚度。 IndexedLineSet没有厚度属性,外观与实现有关。你必须有盒子,或挤压圆/椭圆来获得厚度。