C#/XNA port of the Box2D physics engine.
0
votes
0answers
12 views
XNA Farseer. Raycast is going through shapes
I'm making a game in XNA.
I'm doing a raycast from the enemy to the player to determine if the enemy can see the player.
Heres the code..
private float RayCallBack(Fixture fixture, Vector2 point, ...
0
votes
0answers
9 views
Resizing Fixtures - Use Counturs from OpenCV as psychical objects in Box2D
I am trying to create very simple Kinect floor game, in which I want to have rectangle counture from detected blob to interact with predefined objects. While I develop it as XNA application I tried to ...
0
votes
1answer
27 views
Difficulties with Farseer documentation
I tried the "Texture to polygon" example in the Farseer documentation.
https://farseerphysics.codeplex.com/documentation
But I always get this error message in the following line:
//Find the ...
0
votes
1answer
25 views
How can I create polygons in Farseer?
I always get many error messages when I want to create polygons in Farseer.
'FarseerPhysics.Common.Vertices' does not contain a definition for
'CreatePolygon' ...
0
votes
1answer
30 views
Farseer ContactListener is not working
I'm using Farseer in my XNA project, but I have some trouble with the ContactListener. I created a class for my ContactListener but I always get these two error messages and I don't know how to fix ...
0
votes
0answers
6 views
How to use MAGNET in Physics Helper for Blend, Silverlight, WP7 and Farseer
I'm trying to introduce the Magnetic behavior in my Silverlight app, but I cannot get it to work. Can anyone shed some light on what I am doing wrong? I've tried everything I can think of. Here's my ...
2
votes
0answers
84 views
Farseer, MonoGame, ball does not bounce
I have successfully integrated Farseer for XNA into MonoGame with little to no trouble. Stacking, complex dynamics, etc. all seem to be working fine, but I absolutely cannot make a ball bounce on a ...
1
vote
1answer
39 views
Farseer physics mass/weight issue
I have created a platformer game using farseer physics with a player and some objects etc but are having some problem with mass on objects.
The player is composed by a wheel and a torso connected ...
1
vote
2answers
40 views
Removing joints with Farseer
I'm using Farseer in Unity and I'm having difficulty figuring out how to remove joints using script. I want to remove all the joints in my scene. I've been trying to use things like: world.JointList ...
0
votes
1answer
22 views
How to handle the movement of the Hero in a physic engine?
I'm trying to make a little game with a physic engine and i'm especially trying to make a good and re-utilisable architecture.
I'm trying to handle the control of the Hero Entity the best way ...
2
votes
1answer
47 views
Farseer Assertion Failure
We're creating a game for a school project. It's a 2D platformer and it is in its very early stages. We use C#/XNA and we're implementing Farseer Physics Engine.
I'm currently struggling with the ...
0
votes
0answers
40 views
Drawing triangles between points in xna
I'm trying to draw my body with triangles. And I have a wierd problem that I cannot figure out a solution for. When I draw the body it appears in this fashion:
http://postimg.org/image/sm8iaymat/
I'm ...
0
votes
1answer
61 views
Offset between colliding objects in Farseer Physics
I am playing with the Farseer Physics engine and WPF.
For now I managed to create a window with falling balls, using this code:
XAML:
<Window x:Class="test.MainWindow"
...
1
vote
1answer
53 views
Farseer Physics Rigid body when restitution =0
how to create a rigid(solid/no bounce) Body in Physics World, I am trying the same with below code
Body bodyBall = BodyFactory.CreateBody(world);
CircleShape circleShape = new ...
0
votes
0answers
18 views
Add behavior to a Farseer Body by code using PhysicsHelper
I've got this code
playerBody = BodyFactory.CreateBody(world);
CircleShape playerShape = new CircleShape(ConvertUnits.ToSimUnits(playerTexture.Width / 2f), 5f);
Fixture playerFixture = ...
1
vote
1answer
104 views
Farseer Physics non-XNA on separated thread
I'm developing a game in C# with Farseer Physics without XNA. I put world.Step(float dt) in a separated thread in order to keep the form alive (in fact, a while loop would block every other ...
0
votes
1answer
83 views
Farseer Physics Bodies In touch (in contact)
I am new to Farseer, developing a xna + Farseer physics game. There are multiple Physics bodies(square,circle, rectangle shapes) in the game, trying to findout all of the bodies in touch (touching ...
0
votes
1answer
38 views
converting a Texture2d circle to Farseer circleBody
I may have asked a similar question before, but believe me, I have searched a lot on the web. I am very new to farseer and xna , and all I want to do is convert existing set of texture2d circles to ...
1
vote
1answer
71 views
Integrating Farseer Engine into an XNA game
I have developed game simulation using C# and XNA 4.0. Right now it does not have any physical properties. I want to use Farseer Engine to assign physical properties to it, but without modifying the ...
1
vote
1answer
45 views
Should I try to amalgamate static bodies as much as possible?
Im making a roguelike game, using XNA and farseer physics.
Some rooms will have a procedurally generated cave like layout made from blocks.
At the moment every block is a seperate body. created ...
1
vote
1answer
40 views
Farseer accessing a class from OnCollision
I'm using Farseer for physics in a game, and have several key classes: Planet and PlanetProp. Each planet has a large circular body and a "field". This field is a large sensor around the body. ...
0
votes
0answers
138 views
(XNA-Farseer) Not detecting collision
So I'm mixing XNA and Farseer, the first for graphics and the latter for collision and physics. If this is a horrible choice to start out with, tell me that as well.
In any case, I have set up a ...
0
votes
0answers
69 views
Endless sliding in Farseer Physics with angle joints?
We're currently trying to develop a prototype for a game idea we came up with. So far, we created a ragdoll which is able to stand perfectly on its own with revolute and angle joints.
The problem we ...
1
vote
1answer
48 views
Get the list of overlapping fixtures
I have a small 2D platform game, and I want to keep track of whether the player is touching the ground (Which made of some bodies and fixtures). I figured it'll be possible to check the list of ...
0
votes
1answer
60 views
PolygonShape is not updated by its body
I'm trying to define a polygon to be updated by a body bounded by a physical world. Here it goes my attempt:
public Body _body;
public Shape _shape;
_primitiveBatch = new ...
3
votes
1answer
199 views
Farseer Physics objects don't quite touch
I've just got Farseer Physics working and I've created a quick/crude base object I can use to create objects easily.
So I've set up a quick simulation and it looks like this:
in DebugView, it looks ...
7
votes
1answer
141 views
Body not rotating to face downward with gravity
I have a rectangle body that is being fired from a canon at a 45degree Angle. The body is also rotated up at a 45 degree angle and I have set the mass to be at the front of the body.
The body goes ...
6
votes
1answer
194 views
What is the best method in XNA to have the player paint smoothly on the screen?
I'm developing a wp7 game where the player draws lines in the program and a ball bounces off of them. I'm using XNA and farseer physics. What is the best method for a user to draw a line, and then for ...
0
votes
1answer
111 views
Calculating collision force with AfterCollision/NormalImpulse is unreliable when IgnoreCCD = false?
I'm using Farseer Physics Engine 3.3.1 in a very simple XNA 4 test game. (Note: I'm also tagging this Box2D, because Farseer is a direct port of Box2D and I will happily accept Box2D answers that ...
1
vote
0answers
40 views
physicshelperxaml revolve
I am a beginner so please bear with me.
I am using the physics helper XAML library (Farseer) to use physics inside my app.
Currently, I am having issues with the following
Having a object in ...
1
vote
0answers
399 views
Farseer / Unity - Kinematic Body and Sensors
i am working on a Plattformer-Game with Unity. I am currently using the Farseer-Port by CatsInTheSky:
http://www.catsinthesky.com/blog/article/2012/03/5/farseer-physics-box2d-and-unity-part-1
I got ...
2
votes
1answer
447 views
Concept checker: Collision situations in Farseer
I have been using Farseer for quite a while now, working on a physics teaching platform project. There are a couple of questions about the engine in my brain that are left unanswered for quite some ...
0
votes
1answer
73 views
Farseer Create Rectangel Width Height
In Farseer XNA4.0 C# Physics engine based on Box2D
if i use BodyFactory.CreateRectangle(world, w, h, density, new Vector2(x, y)); method to create a body
how can i get the width and height back from ...
1
vote
1answer
67 views
Getting forces that are acting on a Body
Since I am building a physics teaching platform, I need to know the total force that is acting on an object at the moment. This way, I may draw arrows showing this resultant force for students to ...
0
votes
1answer
306 views
Farseer/Box2D - constrain rotation of Revolute Joint (or other) to one direction?
I am trying to create a machine in Farseer (based on Box2D) which requires the use of one-way bearings so that a weight pivots around a point in an anti-clockwise only direction.
I have the weights ...
0
votes
1answer
116 views
Farseer - Particles just go thru another body
I am creating my maze like this:
agentBody = BodyFactory.CreateBody(world, position);
_agentBody.BodyType = BodyType.Dynamic;
_agentBody.IgnoreGravity = true;
_agentBody.Restitution = 0.1f;
...
0
votes
0answers
151 views
Farseer Physics on Windows Phone
I'm trying to create a game which uses farseer physics engine. I have got 2 problems:
1. I'm trying to recreate code from http://www.iforce2d.net/b2dtut/jumpability (snippet 2). It looks like this:
...
0
votes
0answers
79 views
Slight offset in time and distance
I am building a teaching platform for teaching basic Physics.
From my experience in Flash development, I have met similar problems before.
The game time is not the same as real world time. In which ...
0
votes
1answer
150 views
Farseer - Particles doesn´t move/bounce accord to borders
I made my borders with this:
class Maze
{
private Body _agentBody;
private Sprite _box;
private GameplayScreen _screen;
private float _offset;
public ...
0
votes
0answers
184 views
Farseer collision not working [closed]
Okay so i have decided to have a look at the farseer physics engine. My first test project was to essentially add two rectangular bodies to the world. I then set one of the bodies to move up and the ...
0
votes
1answer
67 views
Toying around with Farseer Physics; the scaling is confusing me quite a bit
I've dropped Farseer into my project and quickly started binding some circles to my enemies (this is a top-down) using FixtureFactory.AttachCircle(...).
What's weird is I'm using regular pixel values ...
0
votes
0answers
84 views
Farseer ignores polygon
I have a very strange problem with Farseer.
Firstly i was using classes, but when this problem occured, i just pasted plain code to tets, and problem remained.
world = new World(-Vector2.UnitY*10);
...
0
votes
1answer
186 views
Farseer inertia or velocity cap
Not sure if this is a Farseer thing to do with inertia, or if it's my code, but I've simplified the code quite a bit and I can't find it.
Scenario: I've got a Body, with a Mass of 10(kg I assume). I ...
1
vote
1answer
131 views
WP7 Farseer - rotating with obstacles around point - center of screen
I am trying to google it but I found more answers and for now I just can“t get right what I want.
I have obstacles and first I want to set it to world and rotate it around center of that obstacles ...
0
votes
0answers
25 views
changes ShapeRectangle in the Body in Farseer 3.3.1
How to change the already created ShapeRectangle in the Body in Farseer 3.3.1 ?
0
votes
0answers
88 views
Different result in local machine and simulator
I am developing one game with windows 8 and farseer physics. When I play the game in local machine while development, the result is excellent and it gives me 58-60 FPS.
However, when I check the same ...
-1
votes
1answer
104 views
XNA, Create a blob'ish circle with texture?
a couples days ago i started experimenting with Farseer, which is a simple and awesome engine in my opinion.
However, now i want to create a blob like Circle for one of my 2D game but i can't seem to ...
0
votes
1answer
101 views
how to check if the player make a CLICK on a Body with farseer physics?
I need to know how I can check in Farseer Physics if a player/user clicks on a specific body, is this possible?
Do I have to write my own methods?
0
votes
0answers
70 views
Issue in adjusting physics property of image - Farseer Physics for Windows 8
I am using Farseer in Windows 8 metro style app development. I am a newcomer in Farseer but have worked on box 2d before. Clearly, there is major difference in the way i need to code for Farseer for ...
0
votes
0answers
125 views
Farseer “One Time” Impulse with free movement - am I expecting s.th. wrong from Farseer?
I'm currently creating this ball game with Farseer (and XNA).
I've got several Balls, some edges, and the player is supposed to hit one of the balls with a racket. So the situation is s.th. like a ...


