Closed podd0 closed 1 year ago
The function does access on shape.normals, which is empty (maybe this is the actual error). I tried adding the line shape.normals.resize(shape.positions.size());, but the generated model looks like this
shape.normals
shape.normals.resize(shape.positions.size());
This bug will not be fixed in the main release, which is frozen now. I will fix it in the coming one.
The function does access on
shape.normals
, which is empty (maybe this is the actual error). I tried adding the lineshape.normals.resize(shape.positions.size());
, but the generated model looks like this