txmsszd / ptex

Per-Face Texture Mapping for Production Rendering

Home Page:ptex.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ptex.us/


Languages

Language:C 72.7%Language:C++ 22.8%Language:Objective-C 3.4%Language:CMake 0.6%Language:HTML 0.2%Language:Makefile 0.2%Language:Python 0.1%Language:Shell 0.0%