use of gaiasky.util.gdx.shader.attribute.Matrix4Attribute in project gaiasky by langurmonkey.
the class VelocityBufferComponent method setUpVelocityBufferMaterial.
public void setUpVelocityBufferMaterial(Material mat) {
mat.set(new Matrix4Attribute(Matrix4Attribute.PrevProjView, new Matrix4()));
mat.set(new Vector3Attribute(Vector3Attribute.DCamPos, new Vector3()));
}
Aggregations