Re: [PyOpenGL-Users] arcball.py: arcball rotation widget
Brought to you by:
mcfletch
From: gabor <ga...@z1...> - 2003-02-10 23:31:34
|
On Sat, 2003-02-08 at 07:53, Maciej Kalisiak wrote: > I've made available an implementation of the arcball method of rotation. > http://www.dgp.toronto.edu/~mac/code-n-patches/ > Perhaps it might be useful to someone. it was very useful for me . thanks a lot actually, it was useful because of 2 reasons: 1. the actual arcball code 2. it made me realise how easy it is to use Tkinter + OpenGL together ( until now i used the glut bindings, but now i'll definitively do it the Tkinter way ) :) gabor |