Request: Opcode example in Irrlicht

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
1-Up
Posts: 4
Joined: Wed Oct 17, 2007 9:29 am

Request: Opcode example in Irrlicht

Post by 1-Up »

I've been reading the documentation for opcode and been playing around with its example and so far it seems quite promising in being able to achieve what i'm after. I have some irrlicht related questions about opcode though.

From reading the documentation I sort of understand the basis of how to use the API (ie. create colliders for each kind of query) but how does opcode know how to use what kind of mesh? ( Or in my case, irrlicht meshes) Also I was wondering if anybody knew of any examples of opcode use in irrlicht?

Any help will be much appreciated
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

never heard of it sorry and I'm pretty sure nobody else uses it already.

it appears to be machine language.. are you working with robotics or a machine shop or just really fancy state machine AI?


oh btw wrong forum section.. there is a section for requestes maybe you did it by mistake?
1-Up
Posts: 4
Joined: Wed Oct 17, 2007 9:29 am

Post by 1-Up »

Sorry, i misinterpreted the forum description:
"Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials."
I was trying to make sure i put it in the most relevant section and that was what i thought would be the best place to put it.

Sorry, i should have linked to it: OpCode is a Collision Detection library and i've seen multiple people on the forum suggest its use for calculating collisions, yet i can't really figure out how to use it with Irrlicht so i was just looking for some example code of using it with Irrlicht meshes.
1-Up
Posts: 4
Joined: Wed Oct 17, 2007 9:29 am

Post by 1-Up »

Since i hadn't got any replies yet, i was searching all over the net still and i finally found an example of OpCode in Irrlicht. The problem is that the zip file containing the example no longer exists. The second problem is that it is also an ODE example (something we wont need).

This is the url of the example i found:
http://irrlicht.sourceforge.net/tut_ode.html

It seems to be quite old (for Irrlicht 0.6) so the file may have been offline for a while.

Does anyone have this example that they could attach/send to me? Does anyone know of a link to a mirror for this tutorial?

Or does anyone have an example of using OpCode on its own in Irrlicht?

All we need to know is how to output the point of collision between two meshes so that we can then use that data in our own functions.

Thanks!
Post Reply