Search found 2 matches

by zehnan
Thu Jan 22, 2009 7:22 pm
Forum: Support and Development
Topic: Translate problem in love_opengl.cpp
Replies: 4
Views: 4955

Re: Translate problem in love_opengl.cpp

It was written in the old manuscripts I found while excavating the bones...


Also in this forum. ;)
by zehnan
Thu Jan 22, 2009 2:15 pm
Forum: Support and Development
Topic: Translate problem in love_opengl.cpp
Replies: 4
Views: 4955

Translate problem in love_opengl.cpp

Hi there, I was trying to do rotations around origin in my scene graph with love.graphics.rotate and love.graphics.translate and figured out that doing two translates in a row make all draws with the current matrix disappear. I tracked down the problem to love_opengl.cpp: void translate(float x, flo...