Commit graph

4 commits

Author SHA1 Message Date
ExeVirus
d765513798 By removing:
1. Comments
2. extended names that minetest doesn't use:('g' "really_long_name") -> ('g #')
3. Trailing 0000's
4. unused specifiers like 'o' and 'mtl' and 'usemtl'

Used this project: https://github.com/exevirus/compress-obj
2021-02-01 18:45:18 -05:00
sfan5
ecfebe3c17 Revert "Correct door model dimensions (#2804)"
This introduces z-fighting so we'll just undo it. closes #2812
This reverts commit 3fdd5cdb5f.
2021-02-01 22:38:48 +01:00
An0n3m0us
3fdd5cdb5f
Correct door model dimensions (#2804) 2021-01-30 15:22:22 +01:00
An0n3m0us
189d2d9fb1
Fix door model UV for open and close (#2372)
Introduce _c and _d door types to correctly render the texture faces for the open and closed state.
2020-04-24 21:04:00 +02:00