vr2-3-32.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-32.wrl
#Piramid
Shape {
  geometry IndexedLineSet {
    coord Coordinate {
      point [ 
         10  10 0, 
        -10  10 0, 
        -10 -10 0, 
         10 -10 0,
          0   0 20 
      ]
    }
    coordIndex [ 
          0, 1, 2, 3, 0, -1,
          4, 0, -1,
          4, 1, -1,
          4, 2, -1,
          4, 3, -1
    ]
  }
}