Hi
i compiled HEAD version of meshlab 1.2 and now when i try to visualise
Vertex Point meshlab crash. I used gdb to find bug and i see it crash in vcg
trimesh.h (wrap/gl) at line 639,640,641:
glPointParameterfv( GL_POINT_DISTANCE_ATTENUATION, quadratic );
glPointParameterf( GL_POINT_SIZE_MAX, 16.0f );
glPointParameterf( GL_POINT_SIZE_MIN, 1.0f );
if i comment this line, meshlab run and i can see vertex point view. I tried
investigate why meshlab crash calling this gl method but i don't find
anything for the time being.
Anyone have this problem?
--
By Luca Bartoletti
|