libgdx API

com.badlogic.gdx.graphics.g3d
Interface StillModelInstance

All Known Subinterfaces:
AnimatedModelInstance
All Known Implementing Classes:
AnimatedModelNode, StillModelNode

public interface StillModelInstance


Method Summary
 float getBoundingSphereRadius()
           
 Material[] getMaterials()
           
 Vector3 getSortCenter()
           
 Matrix4 getTransform()
           
 

Method Detail

getTransform

Matrix4 getTransform()

getSortCenter

Vector3 getSortCenter()

getBoundingSphereRadius

float getBoundingSphereRadius()

getMaterials

Material[] getMaterials()

libgdx API

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