Registry / utility / ptex
library2.5.1vcpkgunverified

Per-Face Texture Mapping for Production Rendering.

vcpkg install ptex
INSTALL
IMPORT
SIG · PTEX
P
ptex
utilitycppv2.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ptexture.h
#include <Ptexture.h>

Open a Ptex texture file

#include <Ptexture.h> #include <iostream> int main() { Ptex::String error; PtexTexture* tex = PtexTexture::open("example.ptx", error); if (tex) { std::cout << "Opened texture\n"; tex->release(); } else std::cerr << error.c_str() << '\n'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

ptex — pip install ptex · libregistry