Search found 8 matches

by pmtolk
Wed Jun 15, 2011 6:40 am
Forum: Advanced Help
Topic: Collada Animation support
Replies: 22
Views: 6905

We just implemented animation for collada files.
by pmtolk
Mon Apr 18, 2011 5:10 am
Forum: Project Announcements
Topic: Android Port
Replies: 383
Views: 169665

cannot bind texture on android 2.3

01-07 03:11:10.684: INFO/log(28446): Irrlicht Engine version 1.7.0-beta 01-07 03:11:10.684: INFO/Irrlicht(28446): CIrrDeviceAndroid::CIrrDeviceAndroid 01-07 03:11:10.684: INFO/Irrlicht(28446): CIrrDeviceAndroid::createDriver 01-07 03:11:10.684: INFO/log(28446): Using renderer: OpenGL ES-CM 1.1 01-07...
by pmtolk
Wed Feb 09, 2011 10:50 pm
Forum: Project Announcements
Topic: flashLicht
Replies: 11
Views: 2239

I asked coppercube for help but they are too busy at the moment:) Would love to get them involved!!!
by pmtolk
Wed Feb 09, 2011 12:11 am
Forum: Project Announcements
Topic: flashLicht
Replies: 11
Views: 2239

I guess I am looking for the standard interface that irrlicht provides to the camera, and lighting and loading meshes or quake models and the like.

Also, since irrlicht abstracted away the low level api, then that could be a flash api with irrlicht like syntax controlling it?
by pmtolk
Tue Feb 08, 2011 10:34 pm
Forum: Project Announcements
Topic: flashLicht
Replies: 11
Views: 2239

flashLicht

I want to port irrlicht to flash into adobes new molehill project (I am not from adobe). http://labs.adobe.com/technologies/flash/molehill/ I am willing to hire some people at their full hourly contract rate to do this and was wondering the difficulty level in this undertaking? Also, all of the work...
by pmtolk
Thu Aug 05, 2010 6:10 pm
Forum: Advanced Help
Topic: Compiling irrlicht ogl-es branch for iphone (progress)
Replies: 148
Views: 66751

1st Thank you so much that is an awesome template! to get it to compile I had to change the header library search path to the current directory. Then I got an error about IrrlichtTemplate/source/game.h:47: error: ISO C++ forbids declaration of 'ITouchControl' with no type IrrlichtTemplate/source/gam...
by pmtolk
Thu Aug 05, 2010 5:05 am
Forum: Advanced Help
Topic: Compiling irrlicht ogl-es branch for iphone (progress)
Replies: 148
Views: 66751

ok I switched to release and got these errors Undefined symbols: "irr::video::createTRNormalMap(irr::video::CBurningVideoDriver*)", referenced from: irr::video::CBurningVideoDriver::CBurningVideoDriver(irr::SIrrlichtCreationParameters const&, irr::io::IFileSystem*, irr::video::IImagePr...
by pmtolk
Thu Aug 05, 2010 5:03 am
Forum: Advanced Help
Topic: Compiling irrlicht ogl-es branch for iphone (progress)
Replies: 148
Views: 66751

I am trying to get Fuzzy spoons template compiling. I checked out the code here svn co https://irrlicht.svn.sourceforge.net/svnroot/irrlicht/branches/ogl-es irrlicht-ogl-es Then I had to copy the zlib and libpng from the irrlciht 1.7/source into the iphone one Then I deleted First, search every &quo...