Keith Brafford <keith.brafford@...> writes: > > I am having (what I hope is) a basic OpenGL user-interface issue with a > sample program I am working on. > > ... > > The problem I have is that if you manipulate the scene with the mouse you can > tell that the OpenCL particle fountain is always moving according to the mouse > input, but the teapot and polyhedron sometimes seem to move in the opposite > direction.
I think I figured it out. I think the Teapot has its own concept of where the axes are. If I just use the dodecahedron it seems to move the same way that the particle fountain does. --Keith _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
