高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odgsbasevectorizeview and oddbproxyentity
odgsbasevectorizeview and oddbproxyentity
odgsbasevectorizeview and oddbproxyentity
hello
is it possible to render proxy data with class odgsbasevectorizeview. in general what happen with proxy entities during rendering.
odamfcapp can vectorize proxy data. how can i do same thing ? i need little advice
br
ervin
proxy entity can store its graphic representation (a kind of metafile containing graphic primitives like polyline, arc etc.) but it may have no the metafile.
oddbproxyentity::worlddraw() plays the metafile (it it exists) passing primitives to geometry object.
in this respect proxy entity does not differ for you from any other entity untill you parse an entity manually not using vectorization framework and not calling entity's worlddraw().
sergey slezkin
|