Search found 3 matches

by AMG
Sat Apr 21, 2012 6:56 pm
Forum: Questions and Help
Topic: Drawing graphics in BEPU Matrix's
Replies: 3
Views: 2947

Re: Drawing graphics in BEPU Matrix's

Well after a little perseverance i have solved it! So I thought I would share incase someone else has this problem. var terrain = new Terrain(heights, new AffineTransform( new Vector3(xSpacing, 1, zSpacing), Quaternion.Identity, new Vector3(0, 0, 0))); // new Vector3(-xLength * xSpacing / 2, 0, -zLe...
by AMG
Fri Apr 20, 2012 8:33 pm
Forum: Questions and Help
Topic: Drawing graphics in BEPU Matrix's
Replies: 3
Views: 2947

Re: Drawing graphics in BEPU Matrix's

Thanks for your quick response !.

I will ask over there to see if i have any luck.
by AMG
Fri Apr 20, 2012 6:40 pm
Forum: Questions and Help
Topic: Drawing graphics in BEPU Matrix's
Replies: 3
Views: 2947

Drawing graphics in BEPU Matrix's

Hello all, Im working on a little project and am running into some bother was hoping for some help. i am new to this kind of project and am struggling somewhat. I am trying to load in a height-map terrain and a vehicle to a map and drive around - which i have done successfully. for example... //Read...