English 中文(简体)
Xna碰撞探测2
原标题:Xna collision detection 2d

然而,如果一个角色和一些建筑物等一些简单世界,参与者可以步行大火,向像树木这样的世界物体开枪,最后摧毁树木,那么游戏就自上而下,就不需要任何重力。 运动员可以击中许多子弹,而世界上一些魔鬼可以开枪。 在屏幕上可以有一颗子弹,这样就需要有某种良好的工具来探测宇宙。 同样重要的是,参与者现在可以走到其他物体上,就像有一个mon子和角色一样,他们也可以在同一地方存在(一个 should子上另一个)。 如果我使用法尔,或者说我应该写自己的话,你可以重新赞扬我的一些碰撞探测引擎?

simillar to this

I have one more question, i am still reading about xna since few days, and i know now that if it goes about colision detection we have pixel or square and circle, now: is there any toll or engine which can pare a texture mappe it into a polygon and check colision?

最佳回答
问题回答

暂无回答




相关问题
copying a texture in xna into another texture

I am loading a Texture2D that contains multiple sprite textures. I would like to pull the individual textures out when I load the initial Texture to store into separate Texture2D objects, but can t ...

XNA Antialias question!

I ve got problems with XNA and antialiasing. I can activate it using graphics.PreferMultiSampling = true; graphics.ApplyChanges(); however - it s only 2x antialiasing. Even if I set ...

Take screen shot in XNA

How can I take a screen shot of the screen in XNA? Is it possible without System.Drawing.Graphics.CopyFromScreen or Win32API? If it s not possible, Is there any way to draw a System.Drawing.Bitmap to ...

XNA .Fbx textures

I m using the standard .fbx importer with custom shaders in XNA. The .fbx model is UV wrapped properly and is textured appropriately when I use BasicEffect. However when I use my custom effect I have ...

Can t install XNA

I m trying to install XNA. When the installation starts I got an error that says "XNA GSE 1.0 refresh requires Visual C# 2005 express edition sp1..." I use Windows 7 and I have Visual Studio 2008 &...

Is there a 3D equivalant to clamp in XNA?

I m building a 3D game but i only plan on using a 2D perspective thus not taking the z axis into the equasion, i want to be able to limit the movement of one of my models so it doesn t move out of the ...

Fetching the vertices from the backbuffer (HLSL) on XNA

Hello and sorry for the obscure title :} I`ll try to explain the best i can. First of all, i am new to HLSL but i understand about the pipeline and stuff that are from the fairy world. What i`m ...

Simple XNA 2d physics library

Working on a 2D project and wanted some recommendations on a simple 2d physics library for use in C# with the XNA framework. I was looking at Farseer or physics2d. Anyone have any other suggestions? ...

热门标签