代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/422500/10634086
wrl 4.2.wrl
#创建一个长宽高分别为4.0,1.0,4.0个vrml单位的长方体
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Box{
size 4.0 1.0 4.0
}
}
www.eeworm.com/read/422500/10634090
wrl 5.5.wrl
#创建指定了最大长度为4.0单位的多行文本造型,其中第二行压缩至长度为4.0单位
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Text{
string ["VRML","VRML World"]
maxExtent 4.0
}
}
www.eeworm.com/read/422500/10634105
wrl 5.4.wrl
#创建一个第一行文本长度为自然长度,第二行为1.0单位的内容都为"VEML"的文本造型
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Text{
string ["VRML","VRML"]
length [0.0 ,1.0]
}
}
www.eeworm.com/read/422500/10634110
wrl 4.9.wrl
#以sphere,box,cylinder,cone为节点创建一个航空塔的三维模型,其中用def定义了一个
#名字为bwhite的appearance的节点
#VRML V2.0 utf8
Group{
children[
Shape{
appearance DEF Bwhite Appearance {
material Material { }
www.eeworm.com/read/422500/10634120
wrl 5.8.wrl
#创建内容为"VRML World",字体为缺省字体,且倾斜的单行文本造型
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Text{
string "VRML World"
fontStyle FontSt
www.eeworm.com/read/422500/10634131
wrl 5.7.wrl
#创建内容为"VRML World",字体为Serif的单行文本造型
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Text{
string "VRML"
fontStyle FontStyle{
family "SERIF"
}