Search found 2 matches

by Belpois
Sun Feb 17, 2013 12:09 am
Forum: Questions and Help
Topic: Textures
Replies: 2
Views: 2647

Re: Textures

I see, thank you Norbo for pointing that out :) I managed to write a class that renders the texture after the static Mesh is added to the space.
by Belpois
Sat Feb 16, 2013 7:10 pm
Forum: Questions and Help
Topic: Textures
Replies: 2
Views: 2647

Textures

Hello! I'm having problems loading textures. I have a 3D plane object loaded using Static Mesh Vector3[] staticTriangleVertices; int[] staticTriangleIndices; var model = game.Content.Load<Model>("Models/sample_terrain"); TriangleMesh.GetVerticesAndIndicesFromModel(model, out staticTriangle...