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

Author Topic: 3d ~ Or SFML + Irrlicht  (Read 3466 times)

0 Members and 1 Guest are viewing this topic.

kamac

  • Newbie
  • *
  • Posts: 19
    • View Profile
3d ~ Or SFML + Irrlicht
« on: November 17, 2011, 07:55:38 pm »
Hi.

I'd love to be able to merge SFML with Irrlicht, i have my reason for that, but....

I need to load 3d models/meshes occasionally in my 2d project. Wouldn't it be easier to use pure OpenGL with SFML for loading 3d objects? Or it's easier to merge SFML and Irrlicht?

All i need is to load some 3d model, texture it and rotate... Maybe that's much.
I'm not sure if it's OK to ask about it here, but i didn't know where else.

Richy19

  • Full Member
  • ***
  • Posts: 190
    • View Profile
3d ~ Or SFML + Irrlicht
« Reply #1 on: November 17, 2011, 08:31:47 pm »
If anything it would probably be easier to implement what you need from SFML in irrlitch

kamac

  • Newbie
  • *
  • Posts: 19
    • View Profile
3d ~ Or SFML + Irrlicht
« Reply #2 on: November 17, 2011, 08:36:51 pm »
That's true, but as i said, i use 2d way more than i will use 3d  :oops:

Walker

  • Full Member
  • ***
  • Posts: 181
    • View Profile
3d ~ Or SFML + Irrlicht
« Reply #3 on: November 20, 2011, 12:09:47 pm »
Not to be unsupportive of SFML, but Irrlicht does have a 2d module. I've not really used it myself but it seems quite capable.

 

anything