Xj3D VRML/X3D Code API

org.web3d.vrml.nodes
Interface LocalColorsListener


public interface LocalColorsListener

A listener for changes in local color state. Ie whether a geometry node has color per vertex/face information that overrides the diffuse component of the Material node.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void localColorsChanged(boolean enabled)
          The localColors state has change.
 

Method Detail

localColorsChanged

public void localColorsChanged(boolean enabled)
The localColors state has change.

Parameters:
enabled - True if the geometry has local colors.

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium