Kategoriler
Son yorumlar

Gösterme

Kompleks cisimleri oluşturabilmek için basit şekilleri gruplandırabilir ve yaptığınız komplekse şekli daha sonra tekrar kullanabilirsiniz. Bu özelliği uygulayabilmeniz için VRML size birkaç farklı gruplama nodlarını sunuyor.Bunlar: Group      ... [Fazlası]
Bir başka FontStyle Örneği #VRML V2.0 utf8 DEF Marker Shape {     appearance DEF White Appearance {         material Material { }     }     geometry Sphere { radius 0.2 } } # Horizontal left-to-right Shape { &n... [Fazlası]
FONTSTYLE NODU #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Text {         string "GevisGetiren"     &nbs... [Fazlası]
BAŞKA BİR FONTSTYLE NODU ÖRNEĞİ #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Text {         string "Kucuk"   &n... [Fazlası]
VRML YAZI (TEKST) OLUŞTURMAK #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Text {         string [ "Gevis",    &... [Fazlası]
VRML KÜRE ÇİZMEK #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Sphere {         radius 1.0     } } ... [Fazlası]
VRML KONİ ÇİZMEK: #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Cone {         height 2.0      &n... [Fazlası]
VRML Silindir Çizmek: #VRML V2.0 utf8 Shape {     appearance Appearance {         material Material { }     }     geometry Cylinder {         height 2.0    &nbs... [Fazlası]