高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】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.
|