Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - OneSidedDice

Pages: [1]
1
Graphics / Re: Repeating texture on single quad
« on: December 04, 2014, 12:36:22 am »
The problem is that re-sizing the quad stretches the texture to match the quad's new size. I'm looking to repeat the texture if the quad is larger than the texture being mapped to it, instead of stretching the texture.

2
Graphics / Re: Repeating texture on single quad
« on: December 04, 2014, 12:04:37 am »
Have you looked at the documentation? ;)
I have indeed tried that. It doesn't seem to have any effect when rendering from a vertex array.

3
Graphics / Repeating texture on single quad
« on: December 03, 2014, 11:54:32 pm »
After searching far and wide, I came to the conclusion that I am the only person on the planet trying to do this, and an existing thread doesn't exist yet (unless I'm incredibly inept at answer finding).

I'm looking to repeat a texture across a single quad, but making the quad's size larger than the texture's size only stretches it. This seems like the kind of things SFML should already support since it can be done using a Sprite, but If that's the case then I can't seem to figure out how.

- Thanks in advance, Croc


Pages: [1]