Search found 54 matches
- Sat Mar 28, 2009 9:45 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Tue Mar 24, 2009 6:56 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Fri Mar 20, 2009 6:49 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Tue Mar 17, 2009 9:55 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
Okay, it took a while for me to find out that dTriIndex doesn't exist in ODE 0.9 yet, so I had to install 0.11 (which luckily also resides in Debian Sid) - now I'm still getting an error about a bad direction number for dMassSetCylinderTotal which is indeed 3 (for z axis) and therefore NOT bad, but ...
- Mon Mar 09, 2009 7:03 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Wed Mar 04, 2009 5:21 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Wed Mar 04, 2009 1:02 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
- Tue Mar 03, 2009 8:19 pm
- Forum: Game Programming
- Topic: Irrlicht mesh data in ODE trimesh
- Replies: 15
- Views: 5550
Irrlicht mesh data in ODE trimesh
Hello,
I'm currently trying to get a TriMesh from Irrlicht also into ODE to do collisions with it. For not having it twice in memory I take the mesh data from Irrlicht and pass it on to ODE, but on creating the trimesh data, ODE fails at this point according to gdb:
[...]
Load track chunk.
Load ...
I'm currently trying to get a TriMesh from Irrlicht also into ODE to do collisions with it. For not having it twice in memory I take the mesh data from Irrlicht and pass it on to ODE, but on creating the trimesh data, ODE fails at this point according to gdb:
[...]
Load track chunk.
Load ...
- Tue Mar 03, 2009 7:10 pm
- Forum: Project Announcements
- Topic: fast planet rendering
- Replies: 151
- Views: 73137
- Sun Jul 06, 2008 11:03 am
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
Sorry if this sounds stupid, but I don't really get further on this:
I have told gdb to look into the irrlicht source directory (gdb ./40tons -d /home/marcel/code/c++/40tons/Irrlicht), but when I tell it to create a breakpoint at CIrrDeviceLinux.h:createWindow, it says this source file doesn't exist ...
I have told gdb to look into the irrlicht source directory (gdb ./40tons -d /home/marcel/code/c++/40tons/Irrlicht), but when I tell it to create a breakpoint at CIrrDeviceLinux.h:createWindow, it says this source file doesn't exist ...
- Sat Jul 05, 2008 3:36 pm
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
- Fri Jul 04, 2008 6:46 pm
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
- Thu Jul 03, 2008 6:22 pm
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
- Thu Jul 03, 2008 3:11 pm
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
xrandr: http://rafb.net/p/XapzUW42.html
glxinfo: http://rafb.net/p/4QlNDT20.html
Although xrandr output is not representative, normally I have a 17" CRT @ 1024*768 here.
glxinfo: http://rafb.net/p/4QlNDT20.html
Although xrandr output is not representative, normally I have a 17" CRT @ 1024*768 here.
- Thu Jul 03, 2008 2:14 pm
- Forum: Beginners Help
- Topic: Xorg: BadWindow (invalid Window parameter) on app startup
- Replies: 11
- Views: 1546
Xorg: BadWindow (invalid Window parameter) on app startup
I was just having a look at some code I once wrote (to continue working on it), but once I try to start this thingy, Xorg complains about some wrong window parameters:
Irrlicht Engine version 1.4.1
Linux 2.6.25-9.slh.1-sidux-686 #1 SMP PREEMPT Tue Jun 24 23:26:13 UTC 2008 i686
Creating X window ...
Irrlicht Engine version 1.4.1
Linux 2.6.25-9.slh.1-sidux-686 #1 SMP PREEMPT Tue Jun 24 23:26:13 UTC 2008 i686
Creating X window ...