I want to set the camera at an angle as the Entity.
Search found 6 matches
- Mon Jun 04, 2012 4:36 pm
- Forum: Questions and Help
- Topic: How can I find the angle of Entity?
- Replies: 2
- Views: 2635
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.
I want to set the camera at an angle as the Entity.
- Tue May 01, 2012 5:54 pm
- Forum: Questions and Help
- Topic: Boxes don't collide
- Replies: 7
- Views: 5807
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...
- Tue May 01, 2012 11:02 am
- Forum: Questions and Help
- Topic: Boxes don't collide
- Replies: 7
- Views: 5807
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.
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.
- Mon Apr 30, 2012 7:50 am
- Forum: Questions and Help
- Topic: Boxes don't collide
- Replies: 7
- Views: 5807
Re: Boxes don't collide
Why is it? 
- Mon Apr 30, 2012 7:49 am
- Forum: Questions and Help
- Topic: Boxes don't collide
- Replies: 7
- Views: 5807
Boxes don't collide
I write programm with bepu physics.
But it work very bad, becouse some boxes fall throw other boxes.
But it work very bad, becouse some boxes fall throw other boxes.
- Sat Apr 28, 2012 10:16 am
- Forum: Questions and Help
- Topic: How use wheels?
- Replies: 1
- Views: 2263
How use wheels?
Hello!!!
Can you give me examples about it?
And how I can make motors?
Please give me documentation about it.
Can you give me examples about it?
And how I can make motors?
Please give me documentation about it.