If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
I think it'd be faster with d3D than opengl, just make a test in max without maxtreme if you use nvidia or other optimized-driver if you're using other videocard
Dx9 in max has a feature called "Mesh caching" which speeds up enormously the manipulation of the VIEWPORT, compared to OGL with the same card for SHADED views.
However, it doesn't help at all (it actually slows things down by quite a lot) when modelling and changing the topology of a mesh (moving a vertex, for instance) as it has to recache (lag of half a second or so on low end cards and pcs) the geometry every time the topology changes.
I doubt Vlado hasn't considered this already, however...
And have no clue as to how the IRMap is displayed in the viewer in terms of primitives (large vertices, polys ?)...
since the scene shown in the imapviewer is static it should be quite easy to optimize it for speed (vertex caches/display lists or other current stuff i have no clue of
I would like to whip this thread up. Imap viewer is pretty slow on heavy imaps.
Can we expect some optimizations in the future. Or maybe a preview within the Max viewport?
Comment