|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.md3model.MD3ModelVisitor | +--md3.md3view.MD3ModelApplyTextureVisitor
An MD3Model visitor that walks through a MD3Model structure and replaces all textures the structure uses with a specified texture.
Constructor Summary | |
MD3ModelApplyTextureVisitor(MD3Texture texture)
Create a new visitor. |
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 |
public MD3ModelApplyTextureVisitor(MD3Texture texture)
Create a new visitor.
texture
- The texture to apply to the models.Method Detail |
public void visit(MD3Model model)
Visit a MD3Model object.
model
- The object to visit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |