Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • SunBurn BEPU Questions

    Hey guys, I have a couple quick questions about SunBurn's current built-in version of BEPUphysics. 1) Is there any way to offset a scene object's graphics from its collision, or is the collision tied to the graphical bounding box/sphere? (it seems like this is a full BEPU feature only....that...
    Posted to Using SunBurn (Forum) by Nate "Vulture" on 01-18-2013
  • BEPU Collision Events

    I have an object in the my scene which my main character can pick up. I have wired up the trigger event for the pickup object using the ContactCreated event. However, it is now possible that something else (other than the main character) could pick up the object. Is there a way of identifying the colliding...
    Posted to Add-on Libraries (Forum) by Matt on 01-12-2013
  • Moving an object the way it is facing using ApplyForce() Method

    I have been working with sunburn for a few days now and I am currently trying to move a model in the direction it is facing even after rotating it . I managed to get this working by working out the correct order of multiplication of matrices when creating the world matrix of the object when using translation...
    Posted to Using SunBurn (Forum) by Matt on 12-17-2012
  • Collision Separation Event?

    Hi All, I was wondering if there is some kind of collision separation event in sunburn. For example I have, in my level, an object that when something collides with it I change the Color of a light in the scene from red to green. What I really would like is to change the color back to red if the collision...
    Posted to Using SunBurn (Forum) by Matt on 12-14-2012
  • Animated Skinned Model & Collisions

    I have successfully imported the 'dude' model and integrated it with the CharacterControllerComponent. However, I'm having trouble getting realistic looking collisions. Setting the HullType to Mesh doesn't do the trick. What is the best way to improve the accuracy of the collisions of...
    Posted to Using SunBurn (Forum) by Eli Dragen on 09-04-2012
  • Simple collision question - having dynamic objects only collide with static objects

    Hi folks, I have a fairly simple question. Using the default physics engine (I don't need much more than its capabilities) I would like to have dynamic SceneObjects *only* collide with terrain and static meshes, and not with each other. Is there any simple (and relatively performant) way to do this...
    Posted to Using SunBurn (Forum) by Razzzz on 08-28-2012
  • Collision with heightmap based terrain

    Hi, I'm quite new here so sorry for a silly question. I have a simple game where I created my own heightmap terrain. I have some object which is affected by gravity but it just falls through the terrain. I would like to have this object colliding with terrain but obviously I did something wrong....
    Posted to Using SunBurn (Forum) by bubo222 on 01-11-2012
  • Collision issues

    I do really need help the sliding collision and flytrough problem so here's my code for player movement: public override void Update(GameTime gametime) { input();// this is where i modify the vector3 force variable if (force.X != 0 || force.Z != 0) this.CollisionMove.ApplyObjectForce(force); else...
    Posted to Using SunBurn (Forum) by Vittorio Messina on 10-31-2011
  • Overriding Collision Manager

    For my current project I don't need the physics system SunBurn provides. I have done a number of searches through the forums and saw that I needed to do something with CollisionManager.Collide() and a number of other methods in order to implement my own collision. What I ideally want to do is leverage...
    Posted to Using SunBurn (Forum) by Halogenic8 on 08-11-2011
  • Some question about FPS game with Sunburn engine

    Hi guys, I'm studying about game developing and I have just tried Sunburn to create a FPS game based on XNA 4.0. I found a topic that includes an example of creating First Person Shooting camera here: http://www.synapsegaming.com/forums/t/1484.aspx I 've tried to modify the code by following...
    Posted to Using SunBurn (Forum) by convitza on 06-12-2011
Page 1 of 2 (19 items) 1 2 Next >