Friday, April 18, 2014

Drawing Line diagram in VRML

#VRML V2.0 utf8
#lineset.wrl
#Demonstrates use of a simple indexed lineset
Shape {
  geometry IndexedLineSet 
{
    coord Coordinate 
{
      point
[
        #base of pyramid
          -2 0  0,     # point 0, 
            2 3 0,     # point 1, 
         
             ]  # end point
    } # end coord
    coordIndex 
[
        0, 1, -1,   # join points 0 and 1
] # end coordIndex

  } # end geometry
       } # end shape

Output

No comments:

Post a Comment

Perform a suitable assignment using Xen Hypervisor or equivalent open source to configure it. Give necessary GUI.

 To install kvm on Fedora:  yum install kvm  yum install virt-manager libvirt libvirt-python python-virtinst  su -c "yum install @v...