libjbt

jbt_texturingnode Class Reference

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

#include <texturingnode.h>

Inherits jbt_ngnode.

List of all members.

Public Members


Detailed Description

A node to texture a black box implicit surface.

Author(s):
Mark Tigges

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


Member Enumeration Type Documentation

enum jbt_texturingnode::psurface

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

Enumeration values:


Member Function Documentation

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

Create a new texturing node which will texture 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_texturingnode::jbt_texturingnode( jbt_blobtree* = 0 )

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


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