Search found 27 matches

by oleo
Tue Feb 21, 2006 11:53 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

After recompiling with -g flag the result is the same of my previous post... :(
by oleo
Tue Feb 21, 2006 10:50 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

I'm using Gentoo and I've installed irrlicht with emerge... now I'm trying to recompile it with the g flag... I follow your suggest skipping the first operation of recompiling irrlicht... this is the result: fabio2@lisa ~/Kdevelop_Projects/threads1/debug/src $ gdb ./threads1 core.26969 [CUT] #0 0xb7...
by oleo
Tue Feb 21, 2006 10:30 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

hybrid wrote:Compile your Irrlicht version with flag -g, then set 'ulimit -c unlimited'
Where 'ulimit -c unlimited' should be set?
by oleo
Tue Feb 21, 2006 9:50 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

Ok, now I'm going to try... but how can you explain that if I load the texture before in my viewer thread I've no segmentation fault?
Thanks a lot for your answer!!! :)
Fabio.
by oleo
Tue Feb 21, 2006 9:31 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

The second thread executes in the same directory. The previous code returns segmentation fault also with the file full path like

Code: Select all

driver->getTexture("/home/fabio/threads1/debug/wall.bmp");
by oleo
Tue Feb 21, 2006 9:16 am
Forum: Beginners Help
Topic: Multithread error with textures
Replies: 13
Views: 554

Multithread error with textures

Hi! I'm developing a 3D Viewer with IRRLicht. The scene must be manipulated by other threads, running without blocking rendering. I've red this topic but I haven't understood if it's possible to use multithreads programming with irrlicht. By now I've seen one problem... this istruction driver->getTe...
by oleo
Thu Jan 05, 2006 12:16 pm
Forum: Beginners Help
Topic: Human hand model
Replies: 14
Views: 1044

Thanks hybrid!
I found the extension but it seems only for windows: I've to recompile the IRRLicht dll. :cry:
No solution for linux?

...or I can download source code and brutally substitute files in IRRLict, then recompile?
by oleo
Fri Dec 23, 2005 10:59 pm
Forum: Beginners Help
Topic: Human hand model
Replies: 14
Views: 1044

Hi! I've converted my VRML model in a 3DS one with 3DStudio Max. Here is the result: http://www.ce.unipr.it/~oleari/ManoGregori.3DS In a model like that, can I move only one finger bone really like a REALISTIC human hand? In other words: is that model suitable for my needs? This is my first project ...
by oleo
Fri Dec 23, 2005 5:01 pm
Forum: Beginners Help
Topic: Human hand model
Replies: 14
Views: 1044

dhenton9000, thanks for your answer, but I can't find the blender site... Where can I found it?
by oleo
Wed Dec 21, 2005 5:20 pm
Forum: Beginners Help
Topic: Human hand model
Replies: 14
Views: 1044

Thanks for replies, I now explain better what kind of model I need: an articulated hand model because I have to simulate a REAL human hand, so I've to move each finger and each finger bone. andrei25ni2: Is your hand suitable for this? Abraxas: I tried to import hand.3ds model in Irrlicht using the 0...
by oleo
Tue Dec 20, 2005 5:08 pm
Forum: Beginners Help
Topic: Human hand model
Replies: 14
Views: 1044

Human hand model

Hi!
I'm looking for a 3d human hand model supported by IRRLicht.
Does anyone has something already done?
Thanks for the help,
Fabio.
by oleo
Fri Dec 16, 2005 10:11 am
Forum: Beginners Help
Topic: VRML Support
Replies: 0
Views: 153

VRML Support

Hi!
I'm new to IRRLicht and I've to develope an interface for a CyberGlove.
Does IRRLicht import a VRML model?
I've to choose a 3dEngine able to import VRML so I can use a hand model already done...
Thanks for help,
Fabio.