Search found 1 match

by PauloPereira
Wed Oct 23, 2019 2:14 pm
Forum: Questions and Help
Topic: issue with small transformable entities
Replies: 1
Views: 6654

issue with small transformable entities

Hi, I am trying to create small boxes using a Transformable entity using a box shape with the following code: Matrix3x3 transform = Matrix3x3.CreateFromAxisAngle(new Vector3(1,0,0), PI / 4); var transformable = new TransformableEntity (new Vector3 (0, 0, 0), new BoxShape (0.1f, 0.1f, 0.1f), transfor...