Anim8or Community
General Category => General Anim8or Forum => Topic started by: CodeDmitry on June 06, 2016, 11:26:42 am
-
I am trying to create a model to represent a Magic the Gathering card, with dimensions (x: 8.8, y: 6.3, z: 0.2)
I don't know anything about how texture mapping works.
Is it possible to texture this surface only one side at a time? multiple textures for one object?
I am struggling to wrap my head around how the mapping works.
Where can I start reading about texturing, and can I have any tips on how I can accomplish this kind of texturing(front-side of cube and back side of the cube).
Thanks ahead of time.
---
I think I figured it out, I can select the face I want to texture and the bmp image can be directly stretched over it.
-
Indeed your discovery is the way to do it.
Also, you can use the UV tool to map only a portion of the image onto any facet or collection of facets of the mesh. This can result in more efficient use of hardware resources and somewhat higher performance in the final product, since a single image can provide all of the surface coloration.