Code: Alles auswählen
Structure vertex
x.l
y.l
z.l
EndStructure
Structure poly
id.l
posX.l
posY.l
color.l
List vertex.vertex()
EndStructure
Procedure DisplayPoly(my.vertex)
EndProcedure
Code: Alles auswählen
Structure vertex
x.l
y.l
z.l
EndStructure
Structure poly
id.l
posX.l
posY.l
color.l
List vertex.vertex()
EndStructure
Procedure DisplayPoly(List my.vertex)
EndProcedure
Bei mir ist PB 4.51 in Verwendung.