md3.md3view
Class MD3ModelApplySkinVisitor

java.lang.Object
  |
  +--md3.md3model.MD3ModelVisitor
        |
        +--md3.md3view.MD3ModelApplySkinVisitor

public class MD3ModelApplySkinVisitor
extends MD3ModelVisitor

An MD3GLModel visitor that walks through a MD3GLModel structure and applies a given skin to the visited models.

Author:
Erwin Vervaet (erwin@cs.kuleuven.ac.be)

Constructor Summary
MD3ModelApplySkinVisitor(MD3Skin skin)
          Create a new skin application visitor for the given skin.
 
Method Summary
 void visit(MD3Model model)
          Visit a MD3Model object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD3ModelApplySkinVisitor

public MD3ModelApplySkinVisitor(MD3Skin skin)

Create a new skin application visitor for the given skin.

Method Detail

visit

public void visit(MD3Model model)
Description copied from class: MD3ModelVisitor

Visit a MD3Model object.

Overrides:
visit in class MD3ModelVisitor
Tags copied from class: MD3ModelVisitor
Parameters:
model - The object to visit.