getting vertexes/triangles based on frame

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
blackbrand
Posts: 1
Joined: Thu Jun 28, 2007 9:57 am

getting vertexes/triangles based on frame

Post by blackbrand »

I'm trying to get/make a routine for detecting collisions between objects based on where a certain part/triangle is.

I'm currently using .x models animated in blender with Ipo. i've separated my main mesh and my weapon mesh in different files.
Now i want to get the vertex or triangle information from the node (animatedscenenode) so i can do collision detection based with that data (for intersection with a transformed box or a center line)

now i have no idea how to do this because there are no accessors as far as i've seen. I'm guessing you have to dig around the pointers from the original code using unsafe content. But i have no idea where to begin.
if anybody could help me out it would be much appreciated
Locked