Per-Face Texture Mapping for Production Rendering https://wdas.github.io/ptex
Run the following Vcpkg command to install the port.
vcpkg install ptex
Ptex provides CMake targets:
find_package(ptex CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:Ptex::Ptex_dynamic>,Ptex::Ptex_dynamic,Ptex::Ptex_static>)
v2.4.2#0
Feb 21, 2024
!uwp
wdas/ptex678
github.com/wdas/ptex
be3b12a118
BSD-3-Clause
Manifest