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

manuelk/ptex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building with make (Linux):
> make prefix=$PWD/install
> make test
> make install
> make doc

The Makefile uses cmake under the hood.

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

Note: docs will be generated in the 'src/doc/ptex' 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 72.8%
  • C++ 23.1%
  • Objective-C 3.4%
  • CMake 0.3%
  • HTML 0.2%
  • Makefile 0.1%
  • Python 0.1%