Search found 2 matches

by Dukajuke
Fri Jan 27, 2012 7:36 pm
Forum: Questions and Help
Topic: Collision box not aligning up correctly
Replies: 1
Views: 4072

Collision box not aligning up correctly

All, In my project I have simple cubed shaped models. For some reason the BEPU collision box is about 50% offest from the model position on one of the axis. I thought I could fix this by creating a simple offset for my scene entities in my update method, but can't seem to get it to work correctly. I...
by Dukajuke
Thu Jan 19, 2012 4:04 pm
Forum: Questions and Help
Topic: Raycast problem - placing items on a mesh
Replies: 1
Views: 2043

Raycast problem - placing items on a mesh

Hi All, I'm currently integrating BEPU into my Sunburn project and I'm havng some difficultes with finding the height at a given point on a terrain. What I'm trying to do is place items (models) on my terrain mesh by first suspending them above the terrain, and the using BEPU raycast to get the dist...