Fixed a bug occurring when importing a ply with double vert quality
This commit is contained in:
parent
38ca45f71d
commit
b2c2628a07
|
@ -115,7 +115,7 @@ struct LoadPly_VertAux
|
|||
S p[3];
|
||||
S n[3];
|
||||
int flags;
|
||||
float q; // the confidence
|
||||
S q; // the confidence
|
||||
float intensity;
|
||||
unsigned char r;
|
||||
unsigned char g;
|
||||
|
|
Loading…
Reference in New Issue