de.grogra.ext.x3d.exportation
Class AppearanceExport

java.lang.Object
  extended by de.grogra.ext.x3d.exportation.AppearanceExport

public class AppearanceExport
extends java.lang.Object


Field Summary
static java.util.HashMap<ChannelMap,java.lang.String> imageFileMap
          Map for linking channel maps to exported image files to avoid duplicated exporting of same maps.
 
Constructor Summary
AppearanceExport()
           
 
Method Summary
static void handleAppearance(de.grogra.ext.x3d.xmlbeans.ShapeDocument.Shape parent, java.lang.Object node, Shader shader, X3DExport export, GraphState gs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageFileMap

public static java.util.HashMap<ChannelMap,java.lang.String> imageFileMap
Map for linking channel maps to exported image files to avoid duplicated exporting of same maps.

Constructor Detail

AppearanceExport

public AppearanceExport()
Method Detail

handleAppearance

public static void handleAppearance(de.grogra.ext.x3d.xmlbeans.ShapeDocument.Shape parent,
                                    java.lang.Object node,
                                    Shader shader,
                                    X3DExport export,
                                    GraphState gs)