#Inventor V2.0 ascii Separator { Coordinate3 { point [ 0 0 0, 1 0 0, 0 1 0 ] } # Coordinate3 # colors, per-vertex BaseColor { # set diffuse colors rgb [ 1 0 0, # 0, red 0 1 0, # 1, green 0 0 1 ] # 2, blue } # assign color ids per face MaterialBinding { value PER_VERTEX_INDEXED } IndexedFaceSet { coordIndex [ 0, 1, 2, -1 ] materialIndex [ 0, 1, 2, -1 ] } # IndexedFaceSet } # Separator