@Gallo wrote:
Hello,
just a quick question : i have a VBO Mesh which i would like to draw faces with certain color + alpha and draw line contours (wireframe) using another color.
for now i am drawing both using
mesh.drawFaces()
andmesh.drawLines()
but i can't use ofSetColor right ?do i need to clone my mesh to assign vertices different colors and do a
mesh.drawFaces()
andclone.drawLines()
to draw both with different colors or there is another way ?thanks a lot for your help.
Posts: 1
Participants: 1