LostArtefacts / TRX

Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
586 stars 38 forks source link

Feature request: remove seams on movable crates #348

Open aredfan opened 2 years ago

aredfan commented 2 years ago

Textures on moveable crates seem to be divided like a 2x2 image, is there any chance this could be fixed in T1M?

20220117_171720_Natlas_Mines

List of levels with pushable blocks:

rr- commented 2 years ago

Not really. The pushblock object has 4 surfaces and each has different UV coords. We'd have to override object data with our own.

Richard-L commented 2 years ago

@atombraiderfan turn off bilinear filtering and the problem is gone 😁