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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -