Search found 6 matches

by SL RU
Mon Jun 04, 2012 4:36 pm
Forum: Questions and Help
Topic: How can I find the angle of Entity?
Replies: 2
Views: 2505

How can I find the angle of Entity?

The question, in fact, in the topic. :)
I want to set the camera at an angle as the Entity.
by SL RU
Tue May 01, 2012 5:54 pm
Forum: Questions and Help
Topic: Boxes don't collide
Replies: 7
Views: 5590

Re: Boxes don't collide

Box body; public override void Initialize () { // ЗАДАЧА: добавьте здесь код инициализации body = new Box(new Vector3(0, 10, 0), 1, 1, 1, 40); body.Tag = "Box1"; space.Add(body); Box box; box = new Box(new Vector3(0, 0, 0), 1, 1, 1); box.Tag = "Box2"; space.Add(box); body.Collis...
by SL RU
Tue May 01, 2012 11:02 am
Forum: Questions and Help
Topic: Boxes don't collide
Replies: 7
Views: 5590

Re: Boxes don't collide

Thank you!
I have two boxes with tags: "Box1" and "Box2".
How do I know that they are in contact or not?

Sorry, if there are grammatic errors, becouse I'm from RUSSIA.
by SL RU
Mon Apr 30, 2012 7:50 am
Forum: Questions and Help
Topic: Boxes don't collide
Replies: 7
Views: 5590

Re: Boxes don't collide

Why is it? :?:
by SL RU
Mon Apr 30, 2012 7:49 am
Forum: Questions and Help
Topic: Boxes don't collide
Replies: 7
Views: 5590

Boxes don't collide

I write programm with bepu physics.
But it work very bad, becouse some boxes fall throw other boxes.
by SL RU
Sat Apr 28, 2012 10:16 am
Forum: Questions and Help
Topic: How use wheels?
Replies: 1
Views: 2150

How use wheels?

Hello!!!
Can you give me examples about it?
And how I can make motors?
Please give me documentation about it.