Mesh+Texture
Blitz3D Forums/Blitz3D Beginners Area/Mesh+Texture
| ||
| Why does it not work, please? I tried with a brush but it gave me a blured uni texture too when i apply it to a mesh, why, please? |
| ||
| I'm confused on what you need help on. |
| ||
| Scale down your texture using scale texture. And try to be more specific or post some code, please. You do not need a brush to texture a mesh. |
| ||
| Make sure the mesh has UV coords defined to accept a texture. |
| ||
| |
| ||
| anyone, please? |
| ||
| What DJWoodgate said, you didn't define the UV coordinates. Have a look at the VertexTexCoords() command. |
| ||
| You can add the UV-coords at the addvertex command if you want also :o) |
| ||
| Thanks a lot.... |