c++ - Scaling a mesh object with texture -
I have an arc on which tiled texture is applied. When I scaled that object in DirectX, texture tiles were also smaller.
If there is a way to keep the same shape of texture and scale the object only, if the object size increases, repeat the same texture again with the original tile size on that tile.
Comments
Post a Comment