open inventor Raute



  • Hallo,

    hab noch nie was mit open inventor gemacht und möchte eine einfache Raute erstellen. Also nicht das Rauten Symbol auf der Tastatur, sondern entpr. Karo von Spielkarten.
    Was macht IndexedLineSet {
    coordIndex ??

    #Inventor V2.1 ascii
    
    Separator {
    
    	Material {
    	    ambientColor	0.8 0.8 0
    	    diffuseColor	0.8 0.8 0
      }
      DrawStyle {
          lineWidth 4
      }
    	Coordinate3 {
    	    point	[ 0 1,
    			 -1 0,
    			  0 -1,
    			  1 0]
    	}
    	IndexedLineSet {
    	    coordIndex	[????]
    	}
    }
    

    vielen Dank für Hilfe


Anmelden zum Antworten