1
General discussions / [Seeking] Easy 3d-model loading library
« on: October 17, 2007, 09:51:13 pm »
Hi all,
first - I really love SFML ! It's a great project - please keep it up !!!
[back to the topic]
Does anyone of you know a simple library to load 3d-objects ( 3ds, asc...)
and display them via OpenGL.
The ideal way would be something like this :
I do not ask this function to be implemented into SFML because I guess
supplying cross platform support and all the various types of 3d models
would be way too much.
But I wonder if knew of a simple and lightweight little library ?
Thanks in advance.
benny!
first - I really love SFML ! It's a great project - please keep it up !!!
[back to the topic]
Does anyone of you know a simple library to load 3d-objects ( 3ds, asc...)
and display them via OpenGL.
The ideal way would be something like this :
Code: [Select]
Model model = new Model();
model.load('mymodel.3ds);
...
App.BeginOpenGL();
model.render();
App.EndOpenGL();
...
I do not ask this function to be implemented into SFML because I guess
supplying cross platform support and all the various types of 3d models
would be way too much.
But I wonder if knew of a simple and lightweight little library ?
Thanks in advance.
benny!