1. Home
  2. Browse
  3. ptex

ptex

v2.4.3#1Latest

Per-Face Texture Mapping for Production Rendering https://wdas.github.io/ptex

Install

Run the following Vcpkg command to install the port.

vcpkg install ptex

Usage

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>)

Dependencies

See source

Version

v2.4.3#1

Publication

Supports

!uwp

GitHub

wdas/ptex691

Homepage

github.com/wdas/ptex

Subtree

1c753cf99b

License

BSD-3-Clause

Definition

Manifest