Raildex
Raildex
well, i dont know the purpose of "Perspective". i only know that it does nothing. my assumption is that it enables perspective correction for texture mapping. but it is turned...
Video for demonstration (Resolution set to 32x32) https://streamable.com/ib2f8z
I am not sure. To me it looks like the vcpkg port is compiled without the CPP define
The port needs to compile the files with a Cpp compiler and a ObjC compiler separately I guess
Exactly. There are two things in the metal binding: The Obj-C part which is compiled with an objc-compiler and the C++ part, which is compiled with a C++ compiler and...
`std::string` has separate size and capacity. I would expect fixed string to be a string of fixed capacity.
Lighting works correctly in NGLE/winroomedit compiled levels. Here is a level compiled with winroomedit: [catacomb.zip](https://github.com/MontyTRC89/Tomb-Editor/files/14884278/catacomb.zip) I could not find any differences in the room flags. Bytewise inspection of the level...
As discussed, here is a mockup of a UI overhaul. The UI is a bit more like Unreal/Unity where you have a list of (available) assets that can be drag...
Not only mutants have this issue  
The Tomb Raider 1 File format does not support 32/24/16 bit textures. Instead, it uses a (limited) palette and the "textures" contain indices into it. Tomb Editor generates the palette...