View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023097 | Community | OCCT:Samples | public | 2012-04-11 14:42 | 2012-04-18 18:53 |
Reporter | Pawel | Assigned To | bugmaster | ||
Priority | normal | Severity | block | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2008 | ||
Product Version | 6.5.3 | ||||
Target Version | 6.5.3 | Fixed in Version | 6.5.3 | ||
Summary | 0023097: MFC Samples do not compile after redesigning the TKOpenGl driver | ||||
Description | The User_Cylinder uses the 'TriangleSet' rendering primitive, which was removed starting OCCT 6.5.3. It is necessary to use the corresponding sub-class of 'Graphic3d_ArrayOfPrimitives' to visualize the triangles. | ||||
Steps To Reproduce | Try to compile the 'All-vc9.sln' project from the 'samples\mfc\' directory | ||||
Additional information and documentation updates | Quotation from: http://dev.opencascade.org/index.php?q=node/63#comment-92 Primitive arrays support all options needed by an application in order to display geometry, normals, colors and textures. The main reason to switch to them is that they are hardware-accelerated on graphic systems that support vertex buffer objects (VBO). | ||||
Tags | No tags attached. | ||||
Test case number | |||||
child of | 0023095 | closed | Open CASCADE | Porting demo and samples on OCCT 6.5.3 |
occt: master 1a4b0f54 2012-04-11 10:53:28 Committer: bugmaster Details Diff |
0023097: MFC Samples do not compile after redesigning the TKOpenGl driver Replaced the obsolete 'TriangleSet' rendering primitive with 'Graphic3d_ArrayOfTriangles' |
Affected Issues 0023097 |
|
mod - samples/mfc/standard/Common/User_Cylinder.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-11 14:42 | Pawel | New Issue | |
2012-04-11 14:42 | Pawel | Assigned To | => Pawel |
2012-04-11 15:50 | Pawel | Note Added: 0020332 | |
2012-04-11 15:51 | Pawel | Assigned To | Pawel => bugmaster |
2012-04-11 15:52 | Pawel | Note Added: 0020333 | |
2012-04-11 15:52 | Pawel | Status | new => resolved |
2012-04-11 16:03 |
|
Assigned To | bugmaster => dbv |
2012-04-11 16:03 |
|
Status | resolved => reviewed |
2012-04-11 16:03 |
|
Relationship added | child of 0023095 |
2012-04-18 18:53 | bugmaster | Changeset attached | => occt master 1a4b0f54 |
2012-04-18 18:53 | bugmaster | Assigned To | dbv => bugmaster |
2012-04-18 18:53 | bugmaster | Status | reviewed => verified |
2012-04-18 18:53 | bugmaster | Resolution | open => fixed |
2014-01-11 11:59 |
|
Category | OCCT Release:MFC => OCCT Release:Samples |
2014-01-11 12:02 |
|
Category | OCCT Release:Samples => OCCT:Samples |