Textured meshes don't look as they should?

Started by
7 comments, last by littletray26 11 years, 6 months ago
Hey Gamedev

I'm working on a small project, it's a FPS. I've been making meshes in Autodesk Maya and exporting them using Panda X exporter.

Basically my problem is say for example I have a room mesh - I have a carpet texture that I'd put on the floor and make it repeat 10 times for both X and Y

It looks great in maya but when I draw it ingame instead of the texture repeating it just stretches over the entire floor.

pretty much my question is How do I keep the "repeat" settings of my texture from Maya so it looks the same ingame?
The majority of Internet Explorer users don't understand the concept of a browsing application, or that there are options.
They just see the big blue 'e' and think "Internet". The thought process usually does not get much deeper than that.

Worms are the weirdest and nicest creatures, and will one day prove themselves to the world.

I love the word Clicky
Advertisement
I dont know MAYA tongue.png , But your problems seems to be that the Exporter is not "Exporting" the right UV coordinates to the model ingame. Maybe you should look for "issues related to Importing the files to your game", maybe also trying out the model in a diferent engine :3
An engine? OpenGL? DirectX?

Can you post a screenshot from Maya and your game so we can see what's happening better?

An engine? OpenGL? DirectX?


No engine, I'm writing it all myself. It's in Direct3D 9


Can you post a screenshot from Maya and your game so we can see what's happening better?


At the moment I'm at school so I can't actually show you my example. But I can show with an example I got off google images:

My texture should be doing this. It should be repeating to make a seamless, large grass texture.
seemless_4.jpg

But instead of repeating it's just stretching the texture to cover the floor like this

f_stretch-grass-1.jpg



Again, neither pictures are mine, they're off google images it's just the best I can represent my problem
The majority of Internet Explorer users don't understand the concept of a browsing application, or that there are options.
They just see the big blue 'e' and think "Internet". The thought process usually does not get much deeper than that.

Worms are the weirdest and nicest creatures, and will one day prove themselves to the world.

I love the word Clicky

zacaj, on 24 June 2012 - 08:21 PM, said:
An engine? OpenGL? DirectX?

No engine, I'm writing it all myself

So..... GL or DX?

So..... GL or DX?


D3D9
The majority of Internet Explorer users don't understand the concept of a browsing application, or that there are options.
They just see the big blue 'e' and think "Internet". The thought process usually does not get much deeper than that.

Worms are the weirdest and nicest creatures, and will one day prove themselves to the world.

I love the word Clicky
I know why! Because when maya repeats textures, it only works in maya. To repeat textures, you should change the actual UV layout. Maya does something internally which is not exported.

That is, assuming you're repeating using the attributes in the window/sidebar to the right. If you repeat the texture in the UV editor, by scaling your UV's up, it'll work, assuming there's nothing else wrong.

I know why! Because when maya repeats textures, it only works in maya. To repeat textures, you should change the actual UV layout. Maya does something internally which is not exported.

That is, assuming you're repeating using the attributes in the window/sidebar to the right. If you repeat the texture in the UV editor, by scaling your UV's up, it'll work, assuming there's nothing else wrong.


Okay thank you :) I'll give it a try
The majority of Internet Explorer users don't understand the concept of a browsing application, or that there are options.
They just see the big blue 'e' and think "Internet". The thought process usually does not get much deeper than that.

Worms are the weirdest and nicest creatures, and will one day prove themselves to the world.

I love the word Clicky

I know why! Because when maya repeats textures, it only works in maya. To repeat textures, you should change the actual UV layout. Maya does something internally which is not exported.

That is, assuming you're repeating using the attributes in the window/sidebar to the right. If you repeat the texture in the UV editor, by scaling your UV's up, it'll work, assuming there's nothing else wrong.


This was the problem! Thank you very much :D

Late reply but oh well :D

+1 Internets for you, sir!
The majority of Internet Explorer users don't understand the concept of a browsing application, or that there are options.
They just see the big blue 'e' and think "Internet". The thought process usually does not get much deeper than that.

Worms are the weirdest and nicest creatures, and will one day prove themselves to the world.

I love the word Clicky

This topic is closed to new replies.

Advertisement