Skip to content
/ ptex Public
forked from wdas/ptex

Per-Face Texture Mapping for Production Rendering

Notifications You must be signed in to change notification settings

UIKit0/ptex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 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 ../src
make
make test
make install
make doc

Note: docs will be generated into local 'install' directory.
(TODO: generate in build directory.)

About

Per-Face Texture Mapping for Production Rendering

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.4%
  • Objective-C 19.5%
  • C 1.8%
  • Other 1.3%