-
Notifications
You must be signed in to change notification settings - Fork 0
dteece/ptex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Building with make (Linux): > cd src > make This will build, install to a local 'install' directory, and run regression tests. Contents of install directory: install/bin: ptxinfo install/include: PtexHalf.h PtexInt.h Ptexture.h PtexUtils.h install/lib: libPtex.a libPtex.so Building with cmake: mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=../install ../src make make test make install make doc Note: docs will be generated in the 'build/doc' directory and installed as 'install/share/doc/ptex'.
About
Per-Face Texture Mapping for Production Rendering
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 73.5%
- C++ 20.5%
- Objective-C 5.1%
- CMake 0.3%
- Makefile 0.3%
- HTML 0.2%
- Python 0.1%