LDView 4.1 runtime error


Re: LDView 4.1 runtime error
#7
I can't remember all the details, but it either disables display lists entirely or cuts back on them. Display lists are an OpenGL technology designed to speed up the rendering of static geometry. Since LDView is just a viewer, all the geometry it draws is static, and it creates a display list for the entire model when in "High" memory usage (as well as a separate display list for each part).

It's been a while, so I can't remember for sure, but I think the settings are like so:
Code:
High: One display list for each part, and another for the whole model.
Medium: One display list for each part.
   Low: No display lists.
Reply
« Next Oldest | Next Newest »



Messages In This Thread
LDView 4.1 runtime error - by Michael Horvath - 2013-11-12, 20:26
Re: LDView 4.1 runtime error - by Travis Cobbs - 2013-11-14, 23:39

Forum Jump:


Users browsing this thread: 1 Guest(s)