Ricky_Java opened this issue on Feb 21, 2008 ยท 18 posts
bagginsbill posted Tue, 26 February 2008 at 2:08 PM
Well the edges of the tiles have to be somewhere :biggrin:
If you want to shift the image horizontally or vertically, you'll have to add an additional constant offset to U_Offset and V_Offset. Try adding .5 to both to shift it half an image. You'll need more nodes.
In matmatic I'd say:
uo = U - P(scale, 0, 0) + .5
vo = V - P(0, scale, 0) + .5
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)