Skip to content

dteece/ptex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

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

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%