j3d.org Code

org.j3d.geom.spring
Interface SpringEvaluatorCallback


public interface SpringEvaluatorCallback

Callback interface for optional processing of a node of springs if needed.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void processSpringNode(SpringNode node, float[] attribs)
          Process this node now.
 

Method Detail

processSpringNode

void processSpringNode(SpringNode node,
                       float[] attribs)
Process this node now.

Parameters:
node - The node instance to work with
attribs - List of attributes to associate with the node

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org