View Issue Details

IDProjectCategoryView StatusLast Update
0001447CommunityOCCT:Visualizationpublic2011-12-15 16:43
ReporteremoAssigned Tosav 
PrioritynormalSeveritytrivial 
Status closedResolutionnot fixable 
OSAll 
Summary0001447: ToPixMap & OpenGL Display List problem
DescriptionThis bug has been added by Gen Uemura rk7g-uemr@asahi-net.or.jp at
http://www.opencascade.org/forumorg/bug.php?bug_id=103&f=8 .

----------

I found a problem in using V3d_View::ToPixMap function with Visual3d_Layer not
works. Only 3D View items was displayed. (no Layer items displayed.)

Because V3d_View::ToPixMap call "wglCreateContext" at call_togl_redraw in
OpenGL_togl_redraw.c, but "OpenGL DisplayList" is not shared,
Then Visual3d_Layer not works.
( because glIsList (ptrLayer->listIndex) at call_togl_redraw_layer2d in
OpenGL_togl_begin_layer_mode.c failed. )

I think wglShareLists() API helps this problem, but it's return error code
2000.(PIXMAP format error?)

And I think Visual3D_View_Print and call_togl_redraw_immediat_mode have same
problem.

---------------
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2003-02-28 14:00 bugmaster Assigned To bugmaster => sav
2003-02-28 14:00 bugmaster Status new => assigned
2003-04-16 15:21 bugmaster Status assigned => closed
2003-04-16 15:21 bugmaster Resolution @0@ => not fixable
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2011-12-15 16:43 abv Project Open CASCADE => Community