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 - notthatimportantboi

Pages: [1]
1
Graphics / Re: Combine two or more drawable objects into one
« on: September 21, 2017, 07:25:34 am »
Thank you guys! I think I will inherit the sf::Drawable and just override the function with the things I want to draw.

2
Graphics / Combine two or more drawable objects into one
« on: September 20, 2017, 12:14:20 am »
Hey Guys,
I was wondering is there a way to combine two or more drawable objects into one? Like sf::RectangleShape and sf::Text into one drawable object called let's say combShape? Because I want to draw these objects with one call of mWindow.draw(combShape)

Pages: [1]