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