Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwraped texture is not exported #18

Closed
meiry opened this issue May 16, 2014 · 4 comments
Closed

Unwraped texture is not exported #18

meiry opened this issue May 16, 2014 · 4 comments

Comments

@meiry
Copy link

meiry commented May 16, 2014

Hey
i model simple model and and used unwrap image as texture to the model .
as you can see here :
unwrap

But when im exporting the model the unwraped image dosnt exported and the model is with out texture .
nothing is in the MaterialAirCraft.xml
it looks like this :

<material>
  <technique name="Techniques/NoTexture.xml"/>
  <parameter name="MatDiffColor" value="0.64 0.64 0.64 1"/>
  <parameter name="MatSpecColor" value="0.5 0.5 0.5 50"/>
  <cull value="none"/>
  <shadowcull value="none"/>
</material>

what im missing here ?
here is the Image of the model in the editor , you can see it is without the texture
editor

@reattiva
Copy link
Owner

Hello, has your material MaterialAirCraft a texture with the correct image and UV map?

@meiry
Copy link
Author

meiry commented May 17, 2014

I think yes , how can I be sure in blender?

@reattiva
Copy link
Owner

In the texture page, you should have:

  • a texture in the list
  • Type: Image or Movie
  • Image: [your image]
  • Mapping: Coordinates: UV; Map: [your UV map]
  • Influence: Color

I suggest you to follow some tutorials on youtube or katsbits.

@meiry
Copy link
Author

meiry commented May 17, 2014

Thanks!
the : "Mapping: Coordinates: UV; Map: [your UV map]" fixed it
now its working fine !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants