View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009517 | Open CASCADE | OCCT:Visualization | public | 2005-07-18 18:11 | 2012-01-16 12:02 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Summary | 0009517: Wrong use of the method glTexCoordPointer() in OpenGl_PrimitiveArray.c | ||||
| Description | In function draw_array() there is: glTexCoordPointer(3, GL_FLOAT, 0, p->vtexels); should be: glTexCoordPointer(2, GL_FLOAT, 0, p->vtexels); | ||||
| Additional information and documentation updates | Documentation remark, added by KHR 2005-07-25 15:55:37: Changes: OpenGl_PrimitiveArray.c | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
2005-07-19 11:10
|
Bad.gif (61,425 bytes) |
|
2005-07-19 11:12
|
Good.gif (68,037 bytes) |
|
2005-07-19 12:08
|
texturemap21x21.bmp (1,398 bytes) |
|
2005-07-25 15:53
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-07-22 14:25 |
|
Assigned To | bugmaster => khr |
| 2005-07-22 14:25 |
|
Status | new => assigned |
| 2005-07-25 17:55 |
|
Status | assigned => resolved |
| 2005-08-04 17:34 |
|
CC | => apv, aki |
| 2005-09-02 13:35 |
|
Status | resolved => tested |
| 2005-09-02 13:37 | bugmaster | CC | => imv |
| 2005-09-05 10:41 | bugmaster | Status | tested => verified |
| 2005-10-31 18:29 | bugmaster | Status | verified => closed |
| 2005-10-31 18:29 | bugmaster | Resolution | @0@ => fixed |
| 2011-08-02 11:24 | bugmaster | Category | OCCT:VIZ => OCCT:Visualization |
| 2012-01-16 12:02 |
|
Assigned To | khr => |
| 2012-01-16 12:02 |
|
Fixed in Version | EMPTY => |
| 2012-01-16 12:02 |
|
Description Updated | |
| 2012-01-16 12:02 |
|
Additional Information Updated |