libjbt

jbt_parameterize Class Reference

A node to parameterize a black box implicit surface. More...

#include <parameterize.h>

Inherits jbt_ngnode.

List of all members.

Public Members


Detailed Description

A node to parameterize a black box implicit surface.

Author(s):
Mark Tigges

This class implements the parameterization algorithm as described in "Texture Mapping the BlobTree" Tigges & Wyvill, is98.


Member Enumeration Type Documentation

enum jbt_parameterize::psurface

parameterize.h Identifiers to enable the ability to specify the type of parametric surface to wrap the blobtree in.

Enumeration values:


Member Function Documentation

jbt_parameterize::jbt_parameterize( psurface, int, jbt_blobtree* = 0 )

Create a new parameterization node which will parameterize the given BlobTree by mapping between points on its surface to points on the specified type of parametric surface. Pass also the axis along which to align the parametric surface.

jbt_parameterize::jbt_parameterize( jbt_blobtree* = 0 )

Create a new parameterization node which will parameterize the given BlobTree by mapping between points on its surface to points on the specified type of parametric surface.

void jbt_parameterize::beginQuery( const jVec3& )

Reimplemented from jbt_ngnode.

void jbt_parameterize::uv( jVec2&, jbt_blobtree*, const jMat4& )

Reimplemented from jbt_ngnode.


The documentation for this class was generated from the following file:
JSP / libjbt v0.1 mtigges@cpsc.ucalgary.ca