查看单个帖子
旧 2009-05-06, 04:47 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】limiting the number of objects and boosting up the performan

limiting the number of objects and boosting up the performan
limiting the number of objects and boosting up the performance
dear all,
i am working on project base upon odvectorizex + odreadex projects. the objects are being rendered using opengl (windows).
* the problem is that, there are huge number of objects..... many of them are duplication and are unnecessary.
* so i want to know is there any way that i can limit the number of objects, and get performance optimization.
* any other performance boosting techniques are also most welcommed......
michael
hi,
if gsmodel is enabled, the opengl vectorizer creates a separate display list for each object present in modelspace. this increases the initial rendering time a lot, and in general doesn't help performance.
to avoid this problem you can group objects (move them to blocks) and insert block references in modelspace instead. this works well as long as you don't have to select/manipulate individual objects.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)