Search found 5 matches

by XaMMaX
Fri Nov 21, 2014 5:21 pm
Forum: Questions and Help
Topic: Monogame wp8 + Bepu
Replies: 5
Views: 4417

Re: Monogame wp8 + Bepu

In looks like space don't even have my model. I look at space entities count with break points space.Add(cameraCapsule); space entities 0 space.Add(AddLevel(scene.geometry.Model)); space entities 1 ... space entities 1 In add level I got: public StaticMesh AddLevel(Model level) { Vector3[] vertices;...
by XaMMaX
Fri Nov 21, 2014 4:46 pm
Forum: Questions and Help
Topic: Monogame wp8 + Bepu
Replies: 5
Views: 4417

Re: Monogame wp8 + Bepu

Ok, it seems my model had 4 elements(vec3, vec3, vec2, color), so I add another else to extract method but it works. But it doesn't work how it should. I use this model as collusion for firstperson 3d game but I can go through walls right now. Is there a big difference in old GetVerticesAndIndicesFr...
by XaMMaX
Fri Nov 21, 2014 12:01 pm
Forum: Questions and Help
Topic: Monogame wp8 + Bepu
Replies: 5
Views: 4417

Re: Monogame wp8 + Bepu

Thank you Norbo! I just add both folders to my project, add some namespaces to few variables and it compiles! But I got error on ModelDataExtractor which I got from GettingStartedDemo. I get "Unsupported vertex type in mesh." and I'm loding same mesh from my xna project (same xnb) which wo...
by XaMMaX
Fri Nov 21, 2014 3:14 am
Forum: Questions and Help
Topic: Monogame wp8 + Bepu
Replies: 5
Views: 4417

Monogame wp8 + Bepu

Hi! I'm trying to port my xna game to monogame but can't add Bepu dlls and no luck with nuget command. All I have is visual studio express 2013 for windows phone. It seems I need specific dll for wp8 platform but where can I find it? I also found monogame fork but can't get my head around how to use...
by XaMMaX
Sun Aug 04, 2013 10:02 pm
Forum: Questions and Help
Topic: Character Controller WP7
Replies: 1
Views: 2153

Character Controller WP7

Hello! First of all amazing work on this project! I want to make fps like camera with collision. Read about Character Controller but looks like it's not included in BEPU 1.2 dll for WP. I also saw demo project with this class but it's target Windows and xbox. I'm kinda new to this things what should...