Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, September 2006
Possibility to load 3ds files


Message 1 in thread

Hello,

I'm trying to do some imports of 3ds (openGL) files into Jambi. Any way 
I can use the Qt based
loader 
http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/examples/contribs.html#3dsViewer
for this? Using JNI in some simple nice way perhaps?

Best regards,
Helge Fredriksen



Message 2 in thread

Helge Fredriksen wrote:
> Hello,
> 
> I'm trying to do some imports of 3ds (openGL) files into Jambi. Any way 
> I can use the Qt based
> loader 
> http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/examples/contribs.html#3dsViewer 
> 
> for this? Using JNI in some simple nice way perhaps?

Hi Helge,

I don't know this package very well, but it seems to be C++ based, which 
means you could probably map it using the Qt Jambi Generator. 
Alternativly, you map the functions you need using JNI. This is always 
possible, but a bit more work ;-)

-
Gunnar