List of usage examples for com.badlogic.gdx.graphics.g2d SpriteCache setTransformMatrix
public void setTransformMatrix(Matrix4 transform)
From source file:org.tntstudio.core.Screen.java
License:Apache License
@Override public void vpApply(SpriteCache cache) { if (cache == null) return;/*from w ww .j av a 2s .c om*/ cache.setProjectionMatrix(projection); cache.setTransformMatrix(transform); }