I'm currently working on a 3D model previewer for another program of mine...
I've currently gotten it drawing the verticies and zooming...

when zooming, it basically redraws the scene...

I've currently got it redrawing using a for loop
(clearing the scene before it redraws)

this method is a bit slow, at about 3 FPS...
is there a faster method??

well I've managed to get the viewer to at least 6 FPS...
but I'm hopeful to get it running faster...

I run py2.5.4, and am looking foreward to the upcoming ~3.2 release,
as I've heard it's alot faster.

so if you know of any tricks I can do to boost performance,
please don't hesitate to share them :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.