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

Author Topic: 3D / 2.5D interface?  (Read 2545 times)

0 Members and 1 Guest are viewing this topic.

Disch

  • Full Member
  • ***
  • Posts: 220
    • View Profile
3D / 2.5D interface?
« on: April 17, 2010, 01:58:23 pm »
Is there any way to render 3D textured polygons through SFML?  Or is it strictly 2D only?

What about other 3D effects like lights, bump-mapping, etc?

If not, is there a way to use sf::Image for loading textures, but then interface with OpenGL directly for rendering instead of using SFML's rendering classes?  (Similar to how you can use SDL to set up a window, but then can use OpenGL directly and never have to touch SDL's blitting functions).

Thanks!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
3D / 2.5D interface?
« Reply #1 on: April 17, 2010, 01:59:53 pm »
Yes. There is a tutorial, a sample and many posts on this forum on how to use SFML together with OpenGL ;)
Laurent Gomila - SFML developer

Disch

  • Full Member
  • ***
  • Posts: 220
    • View Profile
3D / 2.5D interface?
« Reply #2 on: April 17, 2010, 02:02:15 pm »
=P

I guess I should do a better job of searching first!  That's what I get for posting so early.

Thanks.