@noine wrote:
I tried to do
vector<ofPoint> normals(size); mesh.addNormals(normals);
But it doesn’t accept that. Changing
ofPoint
toofVec3f
doesn’t help either.
As a fix I’m afor loop
withmesh.addNormal()
, but I would like to how to use previous one.
Posts: 1
Participants: 1