View Issue Details

IDProjectCategoryView StatusLast Update
0002630Open CASCADEOCCT:Visualizationpublic2006-06-29 09:15
ReportervtnAssigned Tovtn 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.1.0 
Summary0002630: Problems in OpenGl_PrimitiveArray.c
Description1. In OpenGl_PrimitiveArray.c, several variables pt are declared as GLfloat [3],
But it is initialized as
pt[3]=0.(For example, in function draw_degenerates_quadranglestrips_as_points).
In C++, it should be an
error.

2. In the function of draw_degenerates_quadranglestrips_as_lines of
OpenGl_PrimitiveArray.c, there is a
statement of for ( j=3 ; j<p->num_vertexs ; j+2 ), this seems an obvious error
too.
TagsNo tags attached.
Test case number

Attached Files

  • OCC2630.zip (7,049 bytes)

Activities

2003-05-13 14:53

 

OCC2630.zip (7,049 bytes)

Issue History

Date Modified Username Field Change
2003-05-13 18:05 vtn Assigned To bugmaster => vtn
2003-05-13 18:05 vtn Status new => assigned
2003-05-21 11:55 apv CC => apv
2003-05-21 16:17 apv CC => aki
2003-06-02 12:44 bugmaster Status assigned => closed
2003-06-02 12:44 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization