View Issue Details

IDProjectCategoryView StatusLast Update
0007014Open CASCADEOCCT:Visualizationpublic2012-01-16 18:27
ReporterabdAssigned To 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.3 
Summary0007014: Now user defined markers are drawn
DescriptionUse new marker type as usually.
Particularities:
- marker scale using as identifier of marker image bitmap;
- horizontal size on marker image bitmap muts be 8*n
Additional information
and documentation updates
Documentation remark, added by ABD 2005-04-22 07:58:48:

New features:
New UserDdefined markers is defined by BitMask: 2d Bit Array( HArray1OfBytes
from Graphic3d package). You can set this mask in class AspectMarker3d from
Graphic3d.
This texture is transfered to OpenGL context if the type of marker is USERDEFINED.
Note: the size of texture must be equal 8*n.
Example: Cross(8*8)
00011000
00011000
00011000
11111111
11111111
00011000
00011000
00011000
The byte array has following data:
{0x18, 0x18, 0x18, 0xFF, 0xFF, 0x18, 0x18, 0x18 }
Modified entities:
Graphic3d:
Graphic3d_Group
Graphic3d_AspectMarker3d
Graphic3d_GraphicDriver
OpenGl:
OpenGl_GraphicDriver
TagsNo tags attached.
Test case number

Attached Files

  • arhive.zip (5,780,148 bytes)
  • test.cxx (3,299 bytes)

Activities

2004-10-22 07:29

 

arhive.zip (5,780,148 bytes)

2004-11-02 08:14

 

test.cxx (3,299 bytes)

Issue History

Date Modified Username Field Change
2004-11-01 11:17 bugmaster Assigned To bugmaster => vtn
2004-11-01 11:17 bugmaster Status new => assigned
2005-01-12 16:32 bugmaster Assigned To vtn => san
2005-01-12 16:44 san Assigned To san => abd
2005-04-22 10:26 abd Status assigned => resolved
2005-04-25 10:14 bugmaster Status resolved => verified
2005-05-06 15:31 bugmaster Status verified => closed
2005-05-06 15:31 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2012-01-16 18:27 atp Assigned To abd =>
2012-01-16 18:27 atp Description Updated
2012-01-16 18:27 atp Additional Information Updated