Search found 2 matches

by endink
Mon Feb 07, 2011 8:30 am
Forum: Questions and Help
Topic: How to change the Box WorldMatrix
Replies: 1
Views: 2018

How to change the Box WorldMatrix

First on WP7,
i want use the box with nodynamic, and change the Box WorldMatrix by code, how to do this ?
some code sample?
by endink
Sun Feb 06, 2011 8:01 am
Forum: Questions and Help
Topic: Is a Bug?
Replies: 1
Views: 2346

Is a Bug?

Hi, everyone: i use the physics on my Windows Phone 7 game, and i apply physics to a 3D Models ? here is code: BEPUphysics.StaticTriangleGroup.StaticTriangleGroupVertex[] vertices = null; int[] indices = null; StaticTriangleGroup.GetVerticesAndIndicesFromModel(this.Model, out vertices, out indices);...