meta4d-me / CatDogEngine

A cross-platform game engine/editor written in modern C++ (WIP)
GNU General Public License v2.0
161 stars 16 forks source link

fix material texture map mode #211

Closed T-rvw closed 1 year ago

T-rvw commented 1 year ago

Previously, we are using CLAMP texture sampler mode. But many textures are in wrap mode so that it will cause some sample bugs.