md3.md3view
Class MD3GLModelRefreshTextureVisitor

java.lang.Object
  |
  +--md3.md3model.MD3ModelVisitor
        |
        +--md3.md3view.MD3GLModelVisitor
              |
              +--md3.md3view.MD3GLModelRefreshTextureVisitor

public class MD3GLModelRefreshTextureVisitor
extends MD3GLModelVisitor

An MD3GLModel visitor that walks through a MD3GLModel structure and refreshes (reloads from file) all texture data of the visited models.

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

Constructor Summary
MD3GLModelRefreshTextureVisitor()
           
 
Method Summary
 void visit(MD3GLModel model)
          Visit a MD3GLModel object.
 
Methods inherited from class md3.md3view.MD3GLModelVisitor
visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD3GLModelRefreshTextureVisitor

public MD3GLModelRefreshTextureVisitor()
Method Detail

visit

public void visit(MD3GLModel model)
Description copied from class: MD3GLModelVisitor

Visit a MD3GLModel object.

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