View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002630 | Open CASCADE | OCCT:Visualization | public | 2003-05-13 18:05 | 2006-06-29 09:15 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Fixed in Version | 5.1.0 | ||||
| Summary | 0002630: Problems in OpenGl_PrimitiveArray.c | ||||
| Description | 1. 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. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2003-05-13 18:05 |
|
Assigned To | bugmaster => vtn |
| 2003-05-13 18:05 |
|
Status | new => assigned |
| 2003-05-21 11:55 |
|
CC | => apv |
| 2003-05-21 16:17 |
|
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 |