> I think I understand what you're saying, but in my pyramids.factor  
> I've
> copied a whole lot of code from your spheres, incl. the use of the
> demo-gadget. However, I must have missed something that's needed for  
> the
> arrow keys to work. If you haven't allready looked at my code, I'd  
> be very
> thankful if you had time to take look. It's right here in the zip:
> <https://vortex.uio.no/brukere/jkleiser/factor/>

At a glance, I can see you're resetting the modelview matrix with  
glLoadIdentity from inside the pyramid-scene word, which gets invoked  
right after demo-gadget-set-matrices sets the modelview matrix based  
on the keyboard input. Try removing that glLoadIdentity call.

-Joe

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to