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.


Topics - benny!

Pages: [1]
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 :

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!

Pages: [1]
anything