libgdx API

com.badlogic.gdx.graphics.g3d
Interface ModelRenderer


public interface ModelRenderer


Method Summary
 void begin()
           
 void draw(AnimatedModel model, AnimatedModelInstance instance)
           
 void draw(StillModel model, StillModelInstance instance)
           
 void end()
           
 

Method Detail

begin

void begin()

draw

void draw(StillModel model,
          StillModelInstance instance)

draw

void draw(AnimatedModel model,
          AnimatedModelInstance instance)

end

void end()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)