Search found 9 matches

by emmo30
Thu Dec 22, 2011 8:51 am
Forum: Questions and Help
Topic: MobilMesh raycast problem
Replies: 4
Views: 3645

Re: MobilMesh raycast problem

It work perfectly Thanks.
by emmo30
Thu Dec 22, 2011 8:38 am
Forum: Questions and Help
Topic: MobilMesh raycast problem
Replies: 4
Views: 3645

Re: MobilMesh raycast problem

I have same result with all MobilMeshSolidity, I will try with a box to see if the result is more conclusive.
by emmo30
Thu Dec 22, 2011 8:17 am
Forum: Questions and Help
Topic: MobilMesh raycast problem
Replies: 4
Views: 3645

MobilMesh raycast problem

Hi, When i import a personnalized mesh http://img249.imageshack.us/img249/7364/personnage1.png with this method: personnage = new MobileMesh(vertices, indices, AffineTransform.Identity, MobileMeshSolidity.Clockwise); personnage.LocalInertiaTensorInverse = new BEPUphysics.MathExtensions.Matrix3X3(); ...
by emmo30
Sat Dec 17, 2011 11:32 pm
Forum: Questions and Help
Topic: Path finder with collision detection
Replies: 1
Views: 2022

Path finder with collision detection

Hi, I would like doing a pathfinder system for my unit moving, but i can't get information of another collidable object.
can u say me how method return object info in space.
thanks, Emre
by emmo30
Sun Dec 11, 2011 10:53 pm
Forum: Questions and Help
Topic: Creating a new Entity Object
Replies: 2
Views: 2541

Re: Creating a new Entity Object

Very Thanks for this sample it's too cool ;-)
by emmo30
Sun Dec 11, 2011 8:52 pm
Forum: Questions and Help
Topic: Creating a new Entity Object
Replies: 2
Views: 2541

Creating a new Entity Object

Hi, Can u help me for creation a new Entity object, I see in API all constructor method, i tried all constructor but i don't know, i can't instancy a new Entity(EntityCollidable) or new Entity(EntityShape). when i try Entity myCharacter = new Entity(new new EntityCollidable(???))); I not have any re...
by emmo30
Sun Dec 11, 2011 7:24 pm
Forum: Questions and Help
Topic: [Resolved] XML file for information
Replies: 2
Views: 2431

Re: XML file for information

Really thank you for your help, this chm file that will help me a lot :)
by emmo30
Sun Dec 11, 2011 7:10 pm
Forum: Questions and Help
Topic: [Resolved] XML file for information
Replies: 2
Views: 2431

[Resolved] XML file for information

Hi, Excuse me, but i don't know how can i use the xml file for information of your framework...
can u explain me please.
Thanks. Emre
by emmo30
Sat Dec 10, 2011 3:55 pm
Forum: Questions and Help
Topic: Moving an object in space?
Replies: 1
Views: 2062

Moving an object in space?

Hi, how I to move an entity in space, after having implemented the space?
thanks for your help.